diff options
| author | Jason Gross | 2018-08-24 00:09:13 -0400 |
|---|---|---|
| committer | Jason Gross | 2018-08-28 15:39:25 -0400 |
| commit | d57ba6cdf28375fa638d813fc2a3f0b072721dad (patch) | |
| tree | 354ac090a39f9ac6167f082e20d5b4dc48d7ab2e /dev | |
| parent | da4e768c7cbbf5b72137c19691781b282b977e71 (diff) | |
[ci-fiat-crypto] Build c-files
This tests the outputs of extraction, to some extent.
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-fiat-crypto.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/ci/ci-fiat-crypto.sh b/dev/ci/ci-fiat-crypto.sh index 659511dbea..c6d2f0cfd9 100755 --- a/dev/ci/ci-fiat-crypto.sh +++ b/dev/ci/ci-fiat-crypto.sh @@ -9,4 +9,7 @@ git_checkout "${fiat_crypto_CI_BRANCH}" "${fiat_crypto_CI_GITURL}" "${fiat_crypt ( cd "${fiat_crypto_CI_DIR}" && git submodule update --init --recursive ) -( cd "${fiat_crypto_CI_DIR}" && make new-pipeline ) +# We need a larger stack size to not overflow ocamlopt+flambda when +# building the executables. +# c.f. https://github.com/coq/coq/pull/8313#issuecomment-416650241 +( cd "${fiat_crypto_CI_DIR}" && ulimit -s 32768 && make new-pipeline c-files ) |
