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-hott.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev/ci/ci-hott.sh') diff --git a/dev/ci/ci-hott.sh b/dev/ci/ci-hott.sh index 4b92c8cb4d..679bef3b5e 100755 --- a/dev/ci/ci-hott.sh +++ b/dev/ci/ci-hott.sh @@ -5,4 +5,6 @@ ci_dir="$(dirname "$0")" git_download hott -( cd "${CI_BUILD_DIR}/hott" && ./autogen.sh -skip-submodules && ./configure && make && make validate ) +( cd "${CI_BUILD_DIR}/hott" && ./autogen.sh -skip-submodules && ./configure \ + && sed -i.bak 's/\(HOQC =.*\)/\1 -native-compiler no/' Makefile \ + && make && make validate ) -- cgit v1.2.3