Skip to content

Commit 3287c1f

Browse files
committed
graal build
1 parent c8fa286 commit 3287c1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/build-native-image.bash

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ main () {
4343

4444
cd vm
4545
mx clean
46-
mx -c 1 --env ni-ce build
47-
cd ../
48-
tree
46+
mx -c 1 --dy /substratevm --native-images=native-image graalvm-show
47+
mx -c 1 --dy /substratevm --native-images=native-image build
4948

5049
cd "$BASELOC"
5150
}

0 commit comments

Comments
 (0)