diff options
| author | Emilio Jesus Gallego Arias | 2021-04-01 15:16:16 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2021-04-01 15:30:49 +0200 |
| commit | 6c72eb81734451944a9abceedac5de504cc4d81b (patch) | |
| tree | ce29adeae717963ddb0f6f588682d16ab770c8b6 /dev | |
| parent | 1a64b1560ce88855a76e2faa14cec2864de2f37c (diff) | |
[ci] Disable native compilation for paramcoq
Paramcoq is typically flaky on our worker configuration, c.f.
https://gitlab.com/coq/coq/-/jobs/1144081161
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-paramcoq.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/ci/ci-paramcoq.sh b/dev/ci/ci-paramcoq.sh index d2e0ee89bf..1b2d6a73a2 100755 --- a/dev/ci/ci-paramcoq.sh +++ b/dev/ci/ci-paramcoq.sh @@ -5,4 +5,7 @@ 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) |
