File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ main () {
3131 export PATH=" $NATIMG_PATH /bin:$COSMOCC_BIN :$BASELOC /testing/mx:$PATH "
3232
3333 cd " $BASELOC /testing/graal/vm"
34- NATIMG_PATH=" $( mx -c 1 --dy /substratevm graalvm-home) "
34+ NATIMG_PATH=" $( mx -c 1 --dy /substratevm --native-images=native-image graalvm-home) "
3535 echo " natimg is at? $NATIMG_PATH "
3636 LABS_LIBDIR=" $BASELOC /build/labs-$ARCH -cosmo-libs"
3737
Original file line number Diff line number Diff line change @@ -27,9 +27,12 @@ check_vars () {
2727main () {
2828 check_vars
2929 #
30- NATIMG_PATH=" $BASELOC /testing/graal/vm/latest_graalvm_home"
3130 COSMOCC_BIN=" $BASELOC /testing/cosmopolitan/cosmocc/bin"
3231 export PATH=" $NATIMG_PATH /bin:$COSMOCC_BIN :$BASELOC /testing/mx:$PATH "
32+
33+ cd " $BASELOC /testing/graal/vm"
34+ NATIMG_PATH=" $( mx -c 1 --dy /substratevm --native-images=native-image graalvm-home) "
35+ echo " natimg is at? $NATIMG_PATH "
3336 LABS_LIBDIR=" $BASELOC /build/labs-$ARCH -cosmo-libs"
3437
3538 if [ x" $ARCH " = x" x86_64" ]; then
You can’t perform that action at this time.
0 commit comments