diff options
| author | Jason Gross | 2019-11-26 15:28:38 -0500 |
|---|---|---|
| committer | Jason Gross | 2019-11-27 13:19:29 -0500 |
| commit | 309c7ae0ea95d2ca4ade8a6ba88e92ab9b7c08f0 (patch) | |
| tree | 827daa6962d63839560b434d017b1521661aa4a4 | |
| parent | 353b601323ffd7d5b4acc3c02de985b27cddc8e5 (diff) | |
[ci] Build slightly more in the fiat-crypto target
This adds a couple extra files, but not many.
| -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 && \ |
