Skip to content

Commit

Permalink
Update 6_buildjdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Oct 20, 2024
1 parent c32a22e commit 6c18022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 6_buildjdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fi
echo Running ${jobs} jobs to build the jdk

cd build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}
make JOBS=$jobs images || \
make JOBS=$jobs graal-builder-image || \
error_code=$?
if [[ "$error_code" -ne 0 ]]; then
echo "Build failure, exited with code $error_code. Trying again."
Expand Down

0 comments on commit 6c18022

Please sign in to comment.