From 673849ed6d0218be566fc9391a77bbed09cb387b Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Fri, 13 Nov 2020 17:00:10 +0100 Subject: [CI] Deactivate native-compiler in some jobs A few libraries in the CI don't compile with it (out of memory). --- dev/ci/ci-equations.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/ci/ci-equations.sh') diff --git a/dev/ci/ci-equations.sh b/dev/ci/ci-equations.sh index 30047e624b..3eda7161c1 100755 --- a/dev/ci/ci-equations.sh +++ b/dev/ci/ci-equations.sh @@ -5,4 +5,5 @@ ci_dir="$(dirname "$0")" git_download equations +export COQEXTRAFLAGS='-native-compiler no' ( cd "${CI_BUILD_DIR}/equations" && ./configure.sh coq && make ci && make install ) -- cgit v1.2.3