graalvm-ce-20.2.0 -> 20.3.0 + darwin support. (#105815)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Stevan Andjelkovic
2021-02-02 23:16:43 +01:00
committed by GitHub
parent e83ab2e04d
commit bf6df7187e
4 changed files with 112 additions and 45 deletions

View File

@@ -25,13 +25,13 @@ stdenv.mkDerivation rec {
native-image \
-jar ${src} \
-H:Name=bb \
${optionalString stdenv.isDarwin ''-H:-CheckToolchain''} \
-H:+ReportExceptionStackTraces \
-J-Dclojure.spec.skip-macros=true \
-J-Dclojure.compiler.direct-linking=true \
"-H:IncludeResources=BABASHKA_VERSION" \
"-H:IncludeResources=SCI_VERSION" \
-H:ReflectionConfigurationFiles=${reflectionJson} \
--initialize-at-run-time=java.lang.Math\$RandomNumberGeneratorHolder \
--initialize-at-build-time \
-H:Log=registerResource: \
-H:EnableURLProtocols=http,https \