Skip to content

Commit f93ebbb

Browse files
authored
Update 6_buildjdk.sh
1 parent ef39b19 commit f93ebbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6_buildjdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ fi
142142
echo Running ${jobs} jobs to build the jdk
143143

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

0 commit comments

Comments
 (0)