We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d6bae commit 3411237Copy full SHA for 3411237
1 file changed
tools/ci/inria/main
@@ -251,7 +251,7 @@ fi
251
252
eval ./configure "$CCOMP" $build $host --prefix='$instdir' $confoptions
253
254
-grep -q '^ARCH=none' Makefile.config && make_native=false
+grep -q '^NATIVE_COMPILER=false' Makefile.config && make_native=false
255
256
if test "$flambda" = "true" && test "$make_native" = "false"; then
257
echo "No need to test flambda in a bytecode-only system; skipping the test."
0 commit comments