diff options
| author | coqbot-app[bot] | 2021-04-08 14:28:30 +0000 |
|---|---|---|
| committer | GitHub | 2021-04-08 14:28:30 +0000 |
| commit | 3bff0b42f5549c371872ddaca1ccd1b1b3b4dce5 (patch) | |
| tree | adf869329199a86556018af8da7d809a25137f61 | |
| parent | b7e2dfcc1918e028fb8a4fe353f929f104f13b77 (diff) | |
| parent | 89c7574ce888c4f8ee619b12e2182154ffb3a24a (diff) | |
Merge PR #14080: CI-paramcoq: Re-enable native
Reviewed-by: ejgallego
| -rwxr-xr-x | dev/ci/ci-paramcoq.sh | 3 |
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) |
