Skip to content

Commit fae1e99

Browse files
author
MarcoFalke
committed
ci: Only clone bitcoin-core/qa-assets when fuzzing
1 parent 3f5107d commit fae1e99

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)