diff options
| author | Emilio Jesus Gallego Arias | 2018-10-05 02:22:42 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-05 02:22:42 +0200 |
| commit | 3f2a6d8e99f31bbd9383119cac39ed0bcaabc37d (patch) | |
| tree | c1c7a9b96cd38f12b87f7a6b30e4805c69dbad76 /dev | |
| parent | c1e7333faab2f3b0381fc56aa69979cd80ccd75f (diff) | |
| parent | 8b743ab84d60e1ad063ebbe4ef838aa7632f8505 (diff) | |
Merge PR #8653: [CI/fiat-crypto-legacy] run cleaning script before make
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-fiat-crypto-legacy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/ci/ci-fiat-crypto-legacy.sh b/dev/ci/ci-fiat-crypto-legacy.sh index e0395754e5..6bf3138346 100755 --- a/dev/ci/ci-fiat-crypto-legacy.sh +++ b/dev/ci/ci-fiat-crypto-legacy.sh @@ -10,4 +10,5 @@ fiat_crypto_legacy_CI_TARGETS1="print-old-pipeline-lite old-pipeline-lite lite-d fiat_crypto_legacy_CI_TARGETS2="print-old-pipeline-nobigmem old-pipeline-nobigmem nonautogenerated-specific nonautogenerated-specific-display" ( cd "${CI_BUILD_DIR}/fiat_crypto" && git submodule update --init --recursive && \ + ./etc/ci/remove_autogenerated.sh && \ make ${fiat_crypto_legacy_CI_TARGETS1} && make -j 1 ${fiat_crypto_legacy_CI_TARGETS2} ) |
