diff options
| author | Enrico Tassi | 2020-11-26 09:01:22 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-26 12:06:25 +0100 |
| commit | 8ee0c8fad103366f02b24eb912cdfaf9cb31fc65 (patch) | |
| tree | 9a229392b9b94107ea541e9b69e03ce72f9ba900 | |
| parent | 0c49f8c4c03659126e7976390fc6ec876fd6c1ce (diff) | |
[ci] interval, disable native-compute
| -rwxr-xr-x | dev/ci/ci-interval.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/ci-interval.sh b/dev/ci/ci-interval.sh index 1e89aac629..fe7b3f9fbe 100755 --- a/dev/ci/ci-interval.sh +++ b/dev/ci/ci-interval.sh @@ -5,4 +5,5 @@ ci_dir="$(dirname "$0")" git_download interval +export COQEXTRAFLAGS='-native-compiler no' ( cd "${CI_BUILD_DIR}/interval" && ( if [ ! -x ./configure ]; then autoconf && ./configure; fi ) && ./remake "-j${NJOBS}" && ./remake install ) |
