From 7446763cae26b68685b38aabb7c960953eb05a47 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 10 Jun 2019 14:21:09 -0400 Subject: [ci] [fiat-crypto] Enable more targets on Coq CI Closes #10353 May be blocked on #10352 --- dev/ci/ci-fiat-crypto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') 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 && \ -- cgit v1.2.3