Skip to content

Commit

Permalink
Use -j 1 for high memory fiat crypto targets
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed May 25, 2018
1 parent d2533da commit 113b837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ci/ci-fiat-crypto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ git_checkout "${fiat_crypto_CI_BRANCH}" "${fiat_crypto_CI_GITURL}" "${fiat_crypt

fiat_crypto_CI_TARGETS1="printlite lite lite-display"
fiat_crypto_CI_TARGETS2="print-nobigmem nobigmem nonautogenerated-specific nonautogenerated-specific-display"
( cd "${fiat_crypto_CI_DIR}" && make ${fiat_crypto_CI_TARGETS1} && make ${fiat_crypto_CI_TARGETS2} )
( cd "${fiat_crypto_CI_DIR}" && make ${fiat_crypto_CI_TARGETS1} && make -j 1 ${fiat_crypto_CI_TARGETS2} )

0 comments on commit 113b837

Please sign in to comment.