aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-compcert.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-compcert.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-compcert.sh')
-rwxr-xr-xdev/ci/ci-compcert.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh
index 9cb7a65ab5..6b09726606 100755
--- a/dev/ci/ci-compcert.sh
+++ b/dev/ci/ci-compcert.sh
@@ -5,6 +5,7 @@ ci_dir="$(dirname "$0")"
git_download compcert
+export COQCOPTS='-native-compiler no -w -undeclared-scope -w -omega-is-deprecated'
( cd "${CI_BUILD_DIR}/compcert" && \
./configure -ignore-coq-version x86_32-linux && \
make && \