diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-07-14 19:00:49 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-07-14 20:41:17 +0300 |
commit | fdf697fe750e99c29f27ca855cb1b30428248a3f (patch) | |
tree | db014541a8aa3e5d7f1f0bc8815fc12f8584f637 /ci/test/00_setup_env_native_msan.sh | |
parent | f4de89edfa8be4501534fec0c662c650a4ce7ef2 (diff) |
ci: Increase CCACHE_SIZE in some builds on Travis
Diffstat (limited to 'ci/test/00_setup_env_native_msan.sh')
-rw-r--r-- | ci/test/00_setup_env_native_msan.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_native_msan.sh b/ci/test/00_setup_env_native_msan.sh index cc583edf17..6a4979990b 100644 --- a/ci/test/00_setup_env_native_msan.sh +++ b/ci/test/00_setup_env_native_msan.sh @@ -20,3 +20,4 @@ export GOAL="install" export BITCOIN_CONFIG="--enable-wallet --with-sanitizers=memory --with-asm=no --prefix=${BASE_ROOT_DIR}/depends/x86_64-pc-linux-gnu/ CC=clang CXX=clang++ CFLAGS='${MSAN_FLAGS}' CXXFLAGS='${MSAN_AND_LIBCXX_FLAGS}' BDB_LIBS='-L${BDB_PREFIX}/lib -ldb_cxx-4.8' BDB_CFLAGS='-I${BDB_PREFIX}/include'" export USE_MEMORY_SANITIZER="true" export RUN_FUNCTIONAL_TESTS="false" +export CCACHE_SIZE=250M |