Skip to content

Commit

Permalink
Quieter compilation (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst authored Sep 21, 2024
1 parent 5bed1e8 commit 2635b2a
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 @@ -129,7 +129,7 @@ fi
cd ./src/scripts/merge_tools/merging
export JAVA_HOME=$GRAALVM_HOME
export PATH="$JAVA_HOME/bin:$PATH"
./gradlew nativeCompile
./gradlew -q nativeCompile
)

echo "Machine ID: $machine_id"
Expand Down

0 comments on commit 2635b2a

Please sign in to comment.