Skip to content

Commit 60b9e2d

Browse files
committed
keep -j 1
1 parent c2ddfe2 commit 60b9e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-native-image.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ main () {
4343

4444
cd vm
4545
mx clean
46-
mx --env ni-ce build -j 1
46+
mx -j 1 --env ni-ce build
4747

4848
cd "$BASELOC"
4949
}

0 commit comments

Comments
 (0)