aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-07-14 19:00:49 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-07-14 20:41:17 +0300
commitfdf697fe750e99c29f27ca855cb1b30428248a3f (patch)
treedb014541a8aa3e5d7f1f0bc8815fc12f8584f637 /ci/test/00_setup_env_native_fuzz_with_valgrind.sh
parentf4de89edfa8be4501534fec0c662c650a4ce7ef2 (diff)
downloadbitcoin-fdf697fe750e99c29f27ca855cb1b30428248a3f.tar.xz
ci: Increase CCACHE_SIZE in some builds on Travis
Diffstat (limited to 'ci/test/00_setup_env_native_fuzz_with_valgrind.sh')
-rw-r--r--ci/test/00_setup_env_native_fuzz_with_valgrind.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_native_fuzz_with_valgrind.sh b/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
index c27d525003..e06a40eb23 100644
--- a/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
+++ b/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
@@ -16,3 +16,4 @@ export RUN_FUZZ_TESTS=true
export FUZZ_TESTS_CONFIG="--valgrind"
export GOAL="install"
export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer CC=clang CXX=clang++"
+export CCACHE_SIZE=200M