From 309c7ae0ea95d2ca4ade8a6ba88e92ab9b7c08f0 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 26 Nov 2019 15:28:38 -0500 Subject: [ci] Build slightly more in the fiat-crypto target This adds a couple extra files, but not many. --- dev/ci/ci-fiat-crypto.sh | 4 ++-- 1 file 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 && \ -- cgit v1.2.3