We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5124ad commit 23b47eaCopy full SHA for 23b47ea
buildjdk.sh
@@ -129,7 +129,7 @@ if [ "$BUILD_IOS" == "1" ]; then
129
fi
130
131
cd build/${JVM_PLATFORM}-${TARGET_JDK}-${JVM_VARIANTS}-${JDK_DEBUG_LEVEL}
132
-make JOBS=$jobs images || \
+make JOBS=$jobs graal-builder-image || \
133
error_code=$?
134
if [ "$error_code" -ne 0 ]; then
135
echo "Build failure, exited with code $error_code. Trying again."
0 commit comments