diff options
| author | coqbot-app[bot] | 2020-11-26 09:58:21 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-26 09:58:21 +0000 |
| commit | bef0e543b812764db985f64421265637501f5f8d (patch) | |
| tree | 94497e22e5f65f22a49521d8888b370d9cd61306 /dev/ci/ci-compcert.sh | |
| parent | 270b2be49e9cdc70936cec8495c53602bcf40f57 (diff) | |
| parent | e809ef5a4027c03f4193bcf5d98cad9412d717b3 (diff) | |
Merge PR #13464: [CI] Compcert uses system libs
Reviewed-by: SkySkimmer
Ack-by: Zimmi48
Diffstat (limited to 'dev/ci/ci-compcert.sh')
| -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)') |
