Skip to content

Commit

Permalink
Disable container support when building SL native image
Browse files Browse the repository at this point in the history
  • Loading branch information
pejovica authored and Christian Wimmer committed Aug 24, 2023
1 parent 9a8415c commit 358b36d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion truffle/external_repos/simplelanguage/native/make_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ fi
--macro:truffle --no-fallback --initialize-at-build-time \
-cp ../language/target/simplelanguage.jar:../language/target/jars/antlr-runtime.jar:../launcher/target/sl-launcher.jar \
com.oracle.truffle.sl.launcher.SLMain \
slnative
slnative \
-H:-UseContainerSupport

0 comments on commit 358b36d

Please sign in to comment.