We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef39b19 commit f93ebbbCopy full SHA for f93ebbb
6_buildjdk.sh
@@ -142,7 +142,7 @@ fi
142
echo Running ${jobs} jobs to build the jdk
143
144
cd build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}
145
-make JOBS=$jobs graal-builder-image || \
+make JOBS=$jobs images || \
146
error_code=$?
147
if [[ "$error_code" -ne 0 ]]; then
148
echo "Build failure, exited with code $error_code. Trying again."
0 commit comments