aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorSamuel Gruetter2019-02-08 17:48:14 -0500
committerSamuel Gruetter2019-02-08 17:48:14 -0500
commit727f2b18606bf88a744aec2ba2a594312f7f5833 (patch)
tree8b44a08dae0fda8cfc6c71be05d7d777c5c62f1f /dev
parent3b9d338c751acd6694038b30e0c40637449df86a (diff)
Workaround for CI not having enough RAM for bedrock2: `-async-proofs-tac-j 1`
COQMF_ARGS is a bedrock2-specific name to pass extra arguments to coq_makefile, and we use VERBOSE=1 for better debuggability
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-bedrock2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-bedrock2.sh b/dev/ci/ci-bedrock2.sh
index 5205946261..f901109141 100755
--- a/dev/ci/ci-bedrock2.sh
+++ b/dev/ci/ci-bedrock2.sh
@@ -6,4 +6,4 @@ ci_dir="$(dirname "$0")"
FORCE_GIT=1
git_download bedrock2
-( cd "${CI_BUILD_DIR}/bedrock2" && git submodule update --init --recursive && make )
+( cd "${CI_BUILD_DIR}/bedrock2" && git submodule update --init --recursive && COQMF_ARGS='-arg "-async-proofs-tac-j 1"' VERBOSE=1 make )