aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-vst.sh
diff options
context:
space:
mode:
authorPierre Roux2020-11-13 17:00:10 +0100
committerPierre Roux2020-11-20 19:08:08 +0100
commit673849ed6d0218be566fc9391a77bbed09cb387b (patch)
tree2ee33e3977821e25b2b3e850e5d9af8b4dcae610 /dev/ci/ci-vst.sh
parent787c4583d685e4059c2a08cdb9fe0bbfa99e255e (diff)
[CI] Deactivate native-compiler in some jobs
A few libraries in the CI don't compile with it (out of memory).
Diffstat (limited to 'dev/ci/ci-vst.sh')
-rwxr-xr-xdev/ci/ci-vst.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/ci-vst.sh b/dev/ci/ci-vst.sh
index 4a332406a2..a151cf0ba6 100755
--- a/dev/ci/ci-vst.sh
+++ b/dev/ci/ci-vst.sh
@@ -7,4 +7,5 @@ git_download vst
export COMPCERT=bundled
+sed -i.bak 's/\(COQC=.*\)/\1 -native-compiler no/' ${CI_BUILD_DIR}/vst/Makefile
( cd "${CI_BUILD_DIR}/vst" && make IGNORECOQVERSION=true )