Skip to content

Commit 23b47ea

Browse files
authored
Update buildjdk.sh
1 parent f5124ad commit 23b47ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildjdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if [ "$BUILD_IOS" == "1" ]; then
129129
fi
130130

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

0 commit comments

Comments
 (0)