aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-engine_bench.sh
diff options
context:
space:
mode:
authorPierre Roux2020-11-13 17:00:10 +0100
committerPierre Roux2020-11-20 19:08:08 +0100
commit673849ed6d0218be566fc9391a77bbed09cb387b (patch)
tree2ee33e3977821e25b2b3e850e5d9af8b4dcae610 /dev/ci/ci-engine_bench.sh
parent787c4583d685e4059c2a08cdb9fe0bbfa99e255e (diff)
[CI] Deactivate native-compiler in some jobs
A few libraries in the CI don't compile with it (out of memory).
Diffstat (limited to 'dev/ci/ci-engine_bench.sh')
-rwxr-xr-xdev/ci/ci-engine_bench.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/ci-engine_bench.sh b/dev/ci/ci-engine_bench.sh
index fda7649f88..d976356dd4 100755
--- a/dev/ci/ci-engine_bench.sh
+++ b/dev/ci/ci-engine_bench.sh
@@ -5,4 +5,5 @@ ci_dir="$(dirname "$0")"
git_download engine_bench
+export COQEXTRAFLAGS='-native-compiler ondemand'
( cd "${CI_BUILD_DIR}/engine_bench" && make coq && make coq-perf-Sanity )