mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-21 06:52:33 +02:00
ci: Drop Homebrew caching while using Homebrew addon on Travis
This commit is contained in:
12
.travis.yml
12
.travis.yml
@ -23,8 +23,6 @@ cache:
|
|||||||
- $TRAVIS_BUILD_DIR/depends/sdk-sources
|
- $TRAVIS_BUILD_DIR/depends/sdk-sources
|
||||||
- $TRAVIS_BUILD_DIR/ci/scratch/.ccache
|
- $TRAVIS_BUILD_DIR/ci/scratch/.ccache
|
||||||
- $TRAVIS_BUILD_DIR/releases/$HOST
|
- $TRAVIS_BUILD_DIR/releases/$HOST
|
||||||
before_cache:
|
|
||||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew cleanup; fi
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
@ -135,22 +133,12 @@ jobs:
|
|||||||
# Xcode 11.3.1, macOS 10.14, SDK 10.15
|
# Xcode 11.3.1, macOS 10.14, SDK 10.15
|
||||||
# https://docs.travis-ci.com/user/reference/osx/#macos-version
|
# https://docs.travis-ci.com/user/reference/osx/#macos-version
|
||||||
osx_image: xcode11.3
|
osx_image: xcode11.3
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- $TRAVIS_BUILD_DIR/ci/scratch/.ccache
|
|
||||||
- $TRAVIS_BUILD_DIR/releases/$HOST
|
|
||||||
- $HOME/Library/Caches/Homebrew
|
|
||||||
- /usr/local/Homebrew
|
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
packages:
|
packages:
|
||||||
- libtool
|
|
||||||
- berkeley-db4
|
- berkeley-db4
|
||||||
- boost
|
|
||||||
- miniupnpc
|
- miniupnpc
|
||||||
- qt
|
|
||||||
- qrencode
|
- qrencode
|
||||||
- python3
|
|
||||||
- ccache
|
- ccache
|
||||||
- zeromq
|
- zeromq
|
||||||
env: >-
|
env: >-
|
||||||
|
Reference in New Issue
Block a user