Skip to content

Commit b8febef

Browse files
dnestorofniephaus
authored andcommitted
Use correct MX_SVMTEST_RUN_PREFIX according to the location of libc.so inside the toolchain
1 parent c054790 commit b8febef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substratevm/ci/ci_common/svm-gate.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
mxgate_config+::["musl-dynamic"],
8888
mxgate_extra_args+: ["--extra-image-builder-arguments=--libc=musl -H:+UnlockExperimentalVMOptions -H:-StaticExecutable -H:-UnlockExperimentalVMOptions"],
8989
environment+: {
90-
MX_SVMTEST_RUN_PREFIX: "$MUSL_TOOLCHAIN/lib/libc.so ", # see GR-53484, launching the ELF file with the right interpreter
90+
MX_SVMTEST_RUN_PREFIX: "$MUSL_TOOLCHAIN/x86_64-linux-musl/lib/libc.so ", # see GR-53484, launching the ELF file with the right interpreter. If the path is incorrect, some svm tests fail with "FAILED image construction: java.lang.AssertionError: internal error"
9191
},
9292
} +
9393
# The galahad gates run with oracle JDK, which do not offer a musl build

0 commit comments

Comments
 (0)