diff options
| author | Jason Gross | 2020-01-31 17:19:31 -0500 |
|---|---|---|
| committer | Jason Gross | 2020-01-31 17:21:19 -0500 |
| commit | 32ecb98642a7f9e3eaee67218e71f73c06f8b554 (patch) | |
| tree | 44f7eeb17d441c0fa5c7b8e62145bd01902a6613 /dev | |
| parent | 869f731439b7fe034067bb550b60713b9b790f5b (diff) | |
[ci] [fiat-crypto-legacy] Use new, faster targets
The computation of which files to build is now mostly cached rather than
computed, eliminting basically all of the wait-time from `make` to the
first invocation of `coqc`.
Note that we no longer need to invoke
`./etc/ci/remove_autogenerated.sh`, but it does not hurt, and it speeds
up `coqdep` somewhat significantly.
Fixes #9298
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-fiat-crypto-legacy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-fiat-crypto-legacy.sh b/dev/ci/ci-fiat-crypto-legacy.sh index 2af4b58201..9ce5da9f50 100755 --- a/dev/ci/ci-fiat-crypto-legacy.sh +++ b/dev/ci/ci-fiat-crypto-legacy.sh @@ -6,8 +6,8 @@ ci_dir="$(dirname "$0")" FORCE_GIT=1 git_download fiat_crypto_legacy -fiat_crypto_legacy_CI_TARGETS1="print-old-pipeline-lite old-pipeline-lite lite-display" -fiat_crypto_legacy_CI_TARGETS2="print-old-pipeline-nobigmem old-pipeline-nobigmem nonautogenerated-specific nonautogenerated-specific-display" +fiat_crypto_legacy_CI_TARGETS1="print-old-pipeline-lite-hardcoded old-pipeline-lite-hardcoded lite-display-hardcoded" +fiat_crypto_legacy_CI_TARGETS2="print-old-pipeline-nobigmem-hardcoded old-pipeline-nobigmem-hardcoded nonautogenerated-specific nonautogenerated-specific-display" ( cd "${CI_BUILD_DIR}/fiat_crypto_legacy" && git submodule update --init --recursive && \ ./etc/ci/remove_autogenerated.sh && \ |
