aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorEnrico Tassi2020-11-26 09:01:22 +0100
committerEnrico Tassi2020-11-26 12:06:25 +0100
commit8ee0c8fad103366f02b24eb912cdfaf9cb31fc65 (patch)
tree9a229392b9b94107ea541e9b69e03ce72f9ba900 /dev/ci
parent0c49f8c4c03659126e7976390fc6ec876fd6c1ce (diff)
[ci] interval, disable native-compute
Diffstat (limited to 'dev/ci')
-rwxr-xr-xdev/ci/ci-interval.sh1
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 )