Skip to content

Commit 3411237

Browse files
Octachrondra27
authored andcommitted
Inria ci: detect native compiler directly.
1 parent 76d6bae commit 3411237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci/inria/main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ fi
251251

252252
eval ./configure "$CCOMP" $build $host --prefix='$instdir' $confoptions
253253

254-
grep -q '^ARCH=none' Makefile.config && make_native=false
254+
grep -q '^NATIVE_COMPILER=false' Makefile.config && make_native=false
255255

256256
if test "$flambda" = "true" && test "$make_native" = "false"; then
257257
echo "No need to test flambda in a bytecode-only system; skipping the test."

0 commit comments

Comments
 (0)