File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ os: linux
18
18
language : minimal
19
19
arch : amd64
20
20
cache :
21
- ccache : true
22
21
directories :
23
22
- $TRAVIS_BUILD_DIR/depends/built
24
23
- $TRAVIS_BUILD_DIR/depends/sdk-sources
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export GOAL="install"
13
13
export BITCOIN_CONFIG=" --enable-gui --enable-reduce-exports --enable-werror"
14
14
export NO_DEPENDS=1
15
15
export OSX_SDK=" "
16
+ export CCACHE_SIZE=300M
16
17
17
18
export RUN_SECURITY_TESTS=" true"
18
19
if [ " $TRAVIS_REPO_SLUG " != " bitcoin/bitcoin" ]; then
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
14
14
fi
15
15
16
16
if [ " $TRAVIS_OS_NAME " == " osx" ]; then
17
- export PATH=" /usr/local/opt/ccache/libexec:$PATH "
18
17
${CI_RETRY_EXE} pip3 install $PIP_PACKAGES
19
18
fi
20
19
You can’t perform that action at this time.
0 commit comments