Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(build): Avoid parallelism when building Q*cert
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <Jerome.Simeon@docusign.com>
  • Loading branch information
Jerome Simeon authored and Jerome Simeon committed Mar 9, 2022
1 parent 661001a commit cc59f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -44,7 +44,7 @@ common_steps: &common_steps
- run:
name: "Install Q*cert"
command: |
opam install -y -v coq-qcert.2.1.1
opam install --jobs=$NJOBS --yes --verbose coq-qcert.2.1.1
no_output_timeout: 45m
- save_cache:
<<: *common_cache_key
Expand Down

0 comments on commit cc59f78

Please sign in to comment.