aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-04-08 14:28:30 +0000
committerGitHub2021-04-08 14:28:30 +0000
commit3bff0b42f5549c371872ddaca1ccd1b1b3b4dce5 (patch)
treeadf869329199a86556018af8da7d809a25137f61 /dev/ci
parentb7e2dfcc1918e028fb8a4fe353f929f104f13b77 (diff)
parent89c7574ce888c4f8ee619b12e2182154ffb3a24a (diff)
Merge PR #14080: CI-paramcoq: Re-enable native
Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci')
-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)