aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-07-17 17:01:45 +0200
committerEmilio Jesus Gallego Arias2020-07-17 17:01:45 +0200
commit2c482e54d68d4689681d9797d9cd0f044f766a29 (patch)
tree1f8b569fc30008ed57adefc01b3b1f017c95fd70
parent7e56c972db47131f9dc5bf6dc5cb42ac315ea324 (diff)
parent11588869d33e7faba70ab29123e6fafedcd7def2 (diff)
Merge PR #12701: CI: Use bundled compcert for VST
Reviewed-by: ejgallego
-rwxr-xr-xdev/ci/ci-vst.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ci/ci-vst.sh b/dev/ci/ci-vst.sh
index 169d1a41db..4a332406a2 100755
--- a/dev/ci/ci-vst.sh
+++ b/dev/ci/ci-vst.sh
@@ -5,4 +5,6 @@ ci_dir="$(dirname "$0")"
git_download vst
+export COMPCERT=bundled
+
( cd "${CI_BUILD_DIR}/vst" && make IGNORECOQVERSION=true )