We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9f91a commit b067e26Copy full SHA for b067e26
scripts/build-native-image.bash
@@ -43,7 +43,7 @@ main () {
43
44
cd vm
45
mx clean
46
- mx --env ni-ce build --serial
+ mx -c 1 --env ni-ce build
47
48
cd "$BASELOC"
49
}
0 commit comments