aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Edwards <youwontforgetthis@gmail.com>2024-06-21 16:33:01 +0100
committerMax Edwards <youwontforgetthis@gmail.com>2024-06-21 16:33:01 +0100
commitda205dda14d7e71fe0567944117362c1b820ba8f (patch)
tree23d5c6a631a7567888071c03f8758bc5a8ca4a99
parent4ecbbd9b7fa6f30e1d297cd26b112d3148744f58 (diff)
ci: increase available ccache size to 300MB
-rwxr-xr-xci/test/00_setup_env_native_asan.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_native_asan.sh b/ci/test/00_setup_env_native_asan.sh
index 0fd169f523..23d9180f96 100755
--- a/ci/test/00_setup_env_native_asan.sh
+++ b/ci/test/00_setup_env_native_asan.sh
@@ -26,3 +26,4 @@ export BITCOIN_CONFIG="--enable-usdt --enable-zmq --with-incompatible-bdb --with
CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' \
--with-sanitizers=address,float-divide-by-zero,integer,undefined \
CC='clang-18 -ftrivial-auto-var-init=pattern' CXX='clang++-18 -ftrivial-auto-var-init=pattern'"
+export CCACHE_MAXSIZE=300M