We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buildArg
-H:+StaticExecutableWithDynamicLibC
I think it's necessary to remove references to the obsolete -H:+StaticExecutableWithDynamicLibC's buildArg. See https://github.com/graalvm/graalvm-demos/blob/f7c442db2e97e24c379b80fc119bbe4270cb9963/tiny-java-containers/jwebserver/build-mostly.sh .
graalvm-demos/tiny-java-containers/jwebserver/build-mostly.sh
Line 3 in f7c442d
According to https://github.com/oracle/graal/blob/vm-ee-24.1.0/substratevm/CHANGELOG.md?plain=1#L18 , -H:±StaticExecutableWithDynamicLibC has been deprecated.
-H:±StaticExecutableWithDynamicLibC
(GR-51086) Introduce a new --static-nolibc API option as a replacement for the experimental -H:±StaticExecutableWithDynamicLibC option.
--static-nolibc
native-image -Ob -H:+UnlockExperimentalVMOptions -H:+StaticExecutableWithDynamicLibC -m jdk.httpserver -o jwebserver.mostly
native-image -Ob --static-nolibc -m jdk.httpserver -o jwebserver.mostly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think it's necessary to remove references to the obsolete
-H:+StaticExecutableWithDynamicLibC
'sbuildArg
. See https://github.com/graalvm/graalvm-demos/blob/f7c442db2e97e24c379b80fc119bbe4270cb9963/tiny-java-containers/jwebserver/build-mostly.sh .graalvm-demos/tiny-java-containers/jwebserver/build-mostly.sh
Line 3 in f7c442d
According to https://github.com/oracle/graal/blob/vm-ee-24.1.0/substratevm/CHANGELOG.md?plain=1#L18 ,
-H:±StaticExecutableWithDynamicLibC
has been deprecated.The text was updated successfully, but these errors were encountered: