diff options
Diffstat (limited to 'dev/ci')
| -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 ) |
