aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
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 )