Skip to content

Commit da205dd

Browse files
committed
ci: increase available ccache size to 300MB
1 parent 4ecbbd9 commit da205dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/00_setup_env_native_asan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ export BITCOIN_CONFIG="--enable-usdt --enable-zmq --with-incompatible-bdb --with
2626
CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' \
2727
--with-sanitizers=address,float-divide-by-zero,integer,undefined \
2828
CC='clang-18 -ftrivial-auto-var-init=pattern' CXX='clang++-18 -ftrivial-auto-var-init=pattern'"
29+
export CCACHE_MAXSIZE=300M

0 commit comments

Comments
 (0)