diff options
| author | Jason Gross | 2019-06-10 14:21:09 -0400 |
|---|---|---|
| committer | Jason Gross | 2019-06-10 14:21:09 -0400 |
| commit | 7446763cae26b68685b38aabb7c960953eb05a47 (patch) | |
| tree | c411c8b1f1dfd0f089d062972f26fcdc3b6fbf05 /dev | |
| parent | 45306c6c9c433b86406d041f58aafb7cf3a3ff82 (diff) | |
[ci] [fiat-crypto] Enable more targets on Coq CI
Closes #10353
May be blocked on #10352
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-fiat-crypto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-fiat-crypto.sh b/dev/ci/ci-fiat-crypto.sh index bba17314f7..e8c8d22678 100755 --- a/dev/ci/ci-fiat-crypto.sh +++ b/dev/ci/ci-fiat-crypto.sh @@ -11,7 +11,7 @@ git_download fiat_crypto # c.f. https://github.com/coq/coq/pull/8313#issuecomment-416650241 fiat_crypto_CI_TARGETS1="c-files printlite lite" -fiat_crypto_CI_TARGETS2="print-nobigmem nobigmem" +fiat_crypto_CI_TARGETS2="coq" ( cd "${CI_BUILD_DIR}/fiat_crypto" && git submodule update --init --recursive && \ ulimit -s 32768 && \ |
