aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-bedrock2.sh
diff options
context:
space:
mode:
authorJason Gross2019-11-26 15:36:56 -0500
committerJason Gross2019-11-27 13:19:55 -0500
commit5f26ee547a9976d1ccfe7cff22d886f7d7df1eef (patch)
treeea879025978ce6eee936fea3b58fe3b63f27b6dc /dev/ci/ci-bedrock2.sh
parent309c7ae0ea95d2ca4ade8a6ba88e92ab9b7c08f0 (diff)
[ci] Split out the dependencies of fiat-crypto
Diffstat (limited to 'dev/ci/ci-bedrock2.sh')
-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 2ac78d3c2b..8570c34194 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 && COQMF_ARGS='-arg "-async-proofs-tac-j 1"' make )
+( cd "${CI_BUILD_DIR}/bedrock2" && git submodule update --init --recursive && COQMF_ARGS='-arg "-async-proofs-tac-j 1"' make && make install )