File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2525 - CCACHE_DIR=$HOME/.ccache
2626 - BASE_OUTDIR=$TRAVIS_BUILD_DIR/out
2727 - SDK_URL=https://bitcoincore.org/depends-sources/sdks
28+ - COMMON_PACKAGES="icnsutils librsvg2-bin imagemagick"
2829 - WINEDEBUG=fixme-all
2930 - DOCKER_PACKAGES="build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git ca-certificates ccache"
3031before_install :
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ if [ -n "$DPKG_ADD_ARCH" ]; then
2222fi
2323
2424travis_retry DOCKER_EXEC apt-get update
25- travis_retry DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES $DOCKER_PACKAGES
25+ travis_retry DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $COMMON_PACKAGES $ PACKAGES $DOCKER_PACKAGES
2626
You can’t perform that action at this time.
0 commit comments