diff options
| author | coqbot-app[bot] | 2021-04-01 14:53:01 +0000 |
|---|---|---|
| committer | GitHub | 2021-04-01 14:53:01 +0000 |
| commit | 05957f023e0c917f572e652f56d92efb67a824fa (patch) | |
| tree | 2adbe1788e4b4bd4cbe158936128a9c747b16eec | |
| parent | e5bd0a09999514f212e96c27450181b7f8b02a26 (diff) | |
| parent | 6c72eb81734451944a9abceedac5de504cc4d81b (diff) | |
Merge PR #14047: [ci] Disable native compilation for paramcoq
Reviewed-by: SkySkimmer
| -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) |
