Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 7c2ad70

Browse files
Support multiple libc versions by dynamically linking against libc
See https://www.graalvm.org/22.0/reference-manual/native-image/StaticImages/
1 parent c415304 commit 7c2ad70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-scripts/graal.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ process.on('unhandledRejection', error => {
3333
});
3434

3535
const NATIVE_IMAGE_BUILD_ARGS = [
36+
'-H:+StaticExecutableWithDynamicLibC',
3637
'-H:+ReportUnsupportedElementsAtRuntime',
3738
'-H:IncludeResourceBundles=org.kohsuke.args4j.Messages',
3839
'-H:IncludeResourceBundles=org.kohsuke.args4j.spi.Messages',

0 commit comments

Comments
 (0)