diff options
| author | Gaëtan Gilbert | 2020-07-17 13:52:17 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-07-17 13:52:17 +0200 |
| commit | 11588869d33e7faba70ab29123e6fafedcd7def2 (patch) | |
| tree | d12fb24bc49455fbd20f76a3ca6ef34c93461240 /dev/ci | |
| parent | f54bc666c62ad9a66067cb486816cdfc68c2946d (diff) | |
CI: Use bundled compcert for VST
Diffstat (limited to 'dev/ci')
| -rwxr-xr-x | dev/ci/ci-vst.sh | 2 |
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 ) |
