diff options
| author | Emilio Jesus Gallego Arias | 2020-02-02 18:47:42 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-02-02 18:47:42 +0100 |
| commit | e5da14f87fea2e99b5e4e70dc6340f40daaef41f (patch) | |
| tree | 93d6d6c6056bbd1527f4f0c12bdedb4c6bf13e5b /dev | |
| parent | 47c1730d4a7c02ba56d0292143f25772319dd98c (diff) | |
| parent | 32ecb98642a7f9e3eaee67218e71f73c06f8b554 (diff) | |
Merge PR #11500: [ci] [fiat-crypto-legacy] Use new, faster targets
Reviewed-by: ejgallego
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 && \ |
