diff options
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-fiat-crypto.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-fiat-crypto.sh b/dev/ci/ci-fiat-crypto.sh index e8c8d22678..eec9d50ae4 100755 --- a/dev/ci/ci-fiat-crypto.sh +++ b/dev/ci/ci-fiat-crypto.sh @@ -10,8 +10,8 @@ git_download fiat_crypto # building the executables. # c.f. https://github.com/coq/coq/pull/8313#issuecomment-416650241 -fiat_crypto_CI_TARGETS1="c-files printlite lite" -fiat_crypto_CI_TARGETS2="coq" +fiat_crypto_CI_TARGETS1="standalone-ocaml c-files rust-files printlite lite" +fiat_crypto_CI_TARGETS2="all" ( cd "${CI_BUILD_DIR}/fiat_crypto" && git submodule update --init --recursive && \ ulimit -s 32768 && \ |
