tools/ci/inria/extra-checks: stop mentionninig world.opt explicitly

this is now what's happening by default when the bytecode compiler
has not been disabled, and it has not, here.
master
Sébastien Hinderer 2020-08-03 15:41:02 +02:00
parent 5cb2218044
commit 2d927d8be6
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ set_config_var OC_CFLAGS "-O1 \
OCAMLRUNPARAM="c=1" \
LSAN_OPTIONS="suppressions=$(pwd)/tools/ci/inria/lsan-suppr.txt" \
make $jobs world.opt
make $jobs
# Run the testsuite.
# We deactivate leak detection for two reasons:
@ -215,7 +215,7 @@ set_config_var OC_CFLAGS "-O1 \
-fsanitize=thread"
# Build the system
make $jobs world.opt
make $jobs
# Run the testsuite.
# ThreadSanitizer complains about fork() in threaded programs,