diff --git a/.cirrus.yml b/.cirrus.yml index 7fa9523de244..14004b5a45c5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -45,7 +45,7 @@ task: folder: "/tmp/ccache_dir" upstream_clone_script: - apt update && apt install git -y - - git clone https://github.com/bitcoin/bitcoin --depth=1 ./bitcoin-core + - git clone https://github.com/fanquake/bitcoin --depth=1 -b valgrind_build_from_source ./bitcoin-core - mkdir -p ./bitcoin-core/ci/scratch/qa-assets - mv ./{.git,fuzz_seed_corpus} ./bitcoin-core/ci/scratch/qa-assets/ ci_script: