aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-compcert.sh
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-26 09:58:21 +0000
committerGitHub2020-11-26 09:58:21 +0000
commitbef0e543b812764db985f64421265637501f5f8d (patch)
tree94497e22e5f65f22a49521d8888b370d9cd61306 /dev/ci/ci-compcert.sh
parent270b2be49e9cdc70936cec8495c53602bcf40f57 (diff)
parente809ef5a4027c03f4193bcf5d98cad9412d717b3 (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-xdev/ci/ci-compcert.sh2
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)')