Skip to content

Commit 7c94225

Browse files
author
MarcoFalke
committed
Merge #18430: ci: Only clone bitcoin-core/qa-assets when fuzzing
fae1e99 ci: Only clone bitcoin-core/qa-assets when fuzzing (MarcoFalke) Pull request description: Currently the only content of that repo are some seeds, so we can speed up some ci builds ACKs for top commit: laanwj: ACK fae1e99 (provided this passes travis) Tree-SHA512: ed813738e7f24bb56a2f12aa3b398e414eb4f0ba98379836a33ff3e5602cbf42a28e89aad10e346468191ecddc03e60d5b236097112e27c07cb1c2293533ea58
2 parents 60a39a9 + fae1e99 commit 7c94225

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/test/04_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ else
102102
fi
103103

104104
if [ ! -d ${DIR_QA_ASSETS} ]; then
105+
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
105106
DOCKER_EXEC git clone https://github.com/bitcoin-core/qa-assets ${DIR_QA_ASSETS}
107+
fi
106108
fi
107109
export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/
108110

0 commit comments

Comments
 (0)