Skip to content

Commit 6427f6a

Browse files
committed
Add libraries and fix output
1 parent 9eb40ff commit 6427f6a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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
@@ -114,10 +114,10 @@ def build_layers(native_image_path, coordinates, delimiter):
114114
'-J-ea', '-J-esa',
115115
'--no-fallback',
116116
'-cp' ,f'{jar_path}:{dependency_path}',
117-
'-o', f'{artifact_id}-{version}'
118117
'-H:+UnlockExperimentalVMOptions',
119118
f'-H:LayerCreate=layer.nil,path={jar_path}',
120119
'-H:+ReportExceptionStackTraces',
120+
'-o', f'{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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@
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+
},
134140
{
135141
"group_id": "io.undertow",
136142
"artifact_id": "undertow-core",
@@ -263,6 +269,12 @@
263269
"version": "3.5.2",
264270
"reason": "GR-57816"
265271
},
272+
{
273+
"group_id": "org.apache.hadoop",
274+
"artifact_id": "hadoop-hdfs",
275+
"version": "3.4.0",
276+
"reason": "GR-57738"
277+
},
266278
{
267279
"group_id": "org.apache.felix",
268280
"artifact_id": "org.apache.felix.framework",

0 commit comments

Comments
 (0)