diff options
| author | Gaëtan Gilbert | 2021-04-06 17:24:01 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2021-04-06 17:24:01 +0200 |
| commit | 89c7574ce888c4f8ee619b12e2182154ffb3a24a (patch) | |
| tree | 711cd86f27eab9e9ecddacd3022d36b2711f4373 /dev/ci/ci-paramcoq.sh | |
| parent | 2360e5ba31c350f25d49fc71736282bfad9975ed (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/ci/ci-paramcoq.sh')
| -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) |
