Skip to content

Commit

Permalink
Merge pull request #619 from Peergos/fix/update-graalvm-libs
Browse files Browse the repository at this point in the history
update graalvm libs to 24.1.0
  • Loading branch information
ianopolous authored Oct 28, 2024
2 parents 7781477 + c93ba5d commit ca24081
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 0 deletions.
Binary file modified JPack.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
<!-- web ui building our stuff -->
<target name="js" description="bundle all our vuejs components into js">
<exec executable="java" dir="." failonerror="true" >
<arg value="-XX:+UnlockExperimentalVMOptions"/>
<arg value="-XX:+EnableJVMCI"/>
<arg value="-Dpolyglot.engine.WarnInterpreterOnly=false"/>
<arg value="-jar"/>
<arg value="JPack.jar"/>
<arg value="-root"/>
Expand Down
Binary file added lib/collections-23.1.2.jar
Binary file not shown.
Binary file removed lib/graal-sdk-21.1.0.jar
Binary file not shown.
Binary file added lib/graal-sdk.jar
Binary file not shown.
Binary file modified lib/graaljs-launcher.jar
Binary file not shown.
Binary file modified lib/graaljs.jar
Binary file not shown.
Binary file modified lib/launcher-common.jar
Binary file not shown.
Binary file added lib/nativeimage.jar
Binary file not shown.
Binary file added lib/polyglot.jar
Binary file not shown.
Binary file modified lib/tregex.jar
Binary file not shown.
Binary file modified lib/truffle-api.jar
Binary file not shown.
Binary file added lib/truffle-icu4j.jar
Binary file not shown.

0 comments on commit ca24081

Please sign in to comment.