Skip to content

Commit

Permalink
Merge PR coq#18267: [CI] Use a lighter target in fiat-crypto-ocaml
Browse files Browse the repository at this point in the history
Reviewed-by: SkySkimmer
Co-authored-by: SkySkimmer <[email protected]>
  • Loading branch information
coqbot-app[bot] and SkySkimmer authored Nov 13, 2023
2 parents 9206669 + 0a0b763 commit a4d962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/ci-fiat_crypto_ocaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ulimit -s 131072
make_args=(EXTERNAL_REWRITER=1 EXTERNAL_COQPRIME=1 OCAMLFIND=ocamlfind)

( cd "${CI_BUILD_DIR}/fiat_crypto"
make "${make_args[@]}" -j 1 standalone-ocaml lite-generated-files
make "${make_args[@]}" -j 1 lite-c-files
)

0 comments on commit a4d962e

Please sign in to comment.