diff options
| author | Samuel Gruetter | 2019-02-08 17:48:14 -0500 |
|---|---|---|
| committer | Samuel Gruetter | 2019-02-08 17:48:14 -0500 |
| commit | 727f2b18606bf88a744aec2ba2a594312f7f5833 (patch) | |
| tree | 8b44a08dae0fda8cfc6c71be05d7d777c5c62f1f /dev | |
| parent | 3b9d338c751acd6694038b30e0c40637449df86a (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-x | dev/ci/ci-bedrock2.sh | 2 |
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 ) |
