Skip to content

Commit

Permalink
Added laCompile with GraalVM
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Sep 10, 2024
1 parent d5b27a1 commit e6b44e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if [ ! -f ./src/scripts/merge_tools/merging/.git ] ; then
git submodule update --init --recursive
fi

(cd ./src/scripts/merge_tools/merging && JAVA_HOME=$JAVA17_HOME ./gradlew shadowJar)
(cd ./src/scripts/merge_tools/merging && JAVA_HOME=$JAVA_GRAALVM_HOME ./gradlew nativeCompile)

echo "Machine ID: $machine_id"
echo "Number of machines: $num_machines"
Expand Down

0 comments on commit e6b44e0

Please sign in to comment.