diff options
| author | Enrico Tassi | 2020-11-24 09:46:54 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-11-25 15:59:42 +0100 |
| commit | dc8e605d9cadf0d7ead78481e0e68756713f7aa0 (patch) | |
| tree | e24089d1b512f080c5cfaa03a235715fdfd669a8 /dev/ci | |
| parent | 94abc3dce396b77e98900e604e3117986dd2ab60 (diff) | |
[ci] make compcert use flocq and menhir
Diffstat (limited to 'dev/ci')
| -rwxr-xr-x | dev/ci/ci-compcert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-compcert.sh b/dev/ci/ci-compcert.sh index 6b09726606..3c8d65f5c1 100755 --- a/dev/ci/ci-compcert.sh +++ b/dev/ci/ci-compcert.sh @@ -7,6 +7,6 @@ git_download compcert export COQCOPTS='-native-compiler no -w -undeclared-scope -w -omega-is-deprecated' ( cd "${CI_BUILD_DIR}/compcert" && \ - ./configure -ignore-coq-version x86_32-linux && \ + ./configure -ignore-coq-version x86_32-linux -use-external-MenhirLib -use-external-Flocq && \ make && \ make check-proof COQCHK='"$(COQBIN)coqchk" -silent -o $(COQINCLUDES)') |
