Skip to content

Commit 2377fe5

Browse files
Automatic merge of master into galahad
2 parents 8cb96c0 + 0211318 commit 2377fe5

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

vm/tests/gh_workflows/NILayerTests/build_native_image_layer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def build_layers(native_image_path, coordinates, delimiter):
117117
'-H:+UnlockExperimentalVMOptions',
118118
f'-H:LayerCreate=layer.nil,path={jar_path}',
119119
'-H:+ReportExceptionStackTraces',
120-
'-o', f'{artifact_id}-{version}'
120+
'-o', f'lib-{artifact_id}-{version}'
121121
]
122122
print(f'Command: {' '.join(command)}')
123123
subprocess.run(command, check=True)

vm/tests/gh_workflows/NILayerTests/excluded-popular-maven-libraries.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@
131131
"version": "3.4.1",
132132
"reason": "Finishes generating, but requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
133133
},
134-
{
135-
"group_id": "com.fasterxml.jackson.dataformat",
136-
"artifact_id": "jackson-dataformat-cbor",
137-
"version": "2.17.2",
138-
"reason": "GR-57738"
139-
},
140134
{
141135
"group_id": "io.undertow",
142136
"artifact_id": "undertow-core",
@@ -273,7 +267,7 @@
273267
"group_id": "org.apache.hadoop",
274268
"artifact_id": "hadoop-hdfs",
275269
"version": "3.4.0",
276-
"reason": "GR-57738"
270+
"reason": "Finishes generating, but requires user 'initialize-at-build-time' and 'initialize-at-run-time' input"
277271
},
278272
{
279273
"group_id": "org.apache.felix",
@@ -299,12 +293,6 @@
299293
"version": "0.14.10",
300294
"reason": "[Maven ERROR] Missing dependencies"
301295
},
302-
{
303-
"group_id": "org.typelevel",
304-
"artifact_id": "cats-effect_3",
305-
"version": "3.6-0142603",
306-
"reason": "GR-59420"
307-
},
308296
{
309297
"group_id": "org.apache.cassandra",
310298
"artifact_id": "java-driver-core",

0 commit comments

Comments
 (0)