aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorGaëtan Gilbert2021-04-06 17:24:01 +0200
committerGaëtan Gilbert2021-04-06 17:24:01 +0200
commit89c7574ce888c4f8ee619b12e2182154ffb3a24a (patch)
tree711cd86f27eab9e9ecddacd3022d36b2711f4373 /dev
parent2360e5ba31c350f25d49fc71736282bfad9975ed (diff)
CI-paramcoq: Re-enable native
It's an issue in paramcoq's test suite, which doesn't respect COQEXTRAFLAGS and so will be handled upstream (https://github.com/coq-community/paramcoq/pull/66)
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-paramcoq.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev/ci/ci-paramcoq.sh b/dev/ci/ci-paramcoq.sh
index 1b2d6a73a2..d2e0ee89bf 100755
--- a/dev/ci/ci-paramcoq.sh
+++ b/dev/ci/ci-paramcoq.sh
@@ -5,7 +5,4 @@ ci_dir="$(dirname "$0")"
git_download paramcoq
-# Typically flaky on our worker configuration
-# https://gitlab.com/coq/coq/-/jobs/1144081161
-export COQEXTRAFLAGS='-native-compiler no'
( cd "${CI_BUILD_DIR}/paramcoq" && make && make install && cd test-suite && make examples)