summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2020-07-21 19:24:28 +0200
committerder richter <der.richter@gmx.de>2020-07-31 13:22:37 +0200
commit16a08e87c87965cf6e26686226c6c2d340404e30 (patch)
treea4cee48817a37821422515369a19faf41e4961ab
parent700f4ef5fad353800fa866b059663bc1dd58d3b7 (diff)
downloadmpv-16a08e87c87965cf6e26686226c6c2d340404e30.tar.bz2
mpv-16a08e87c87965cf6e26686226c6c2d340404e30.tar.xz
travis: fix macOS 10.12 legacy build
just remove all pre installed formulas, since we don't need the majority of it. after that install what we need. this also fixes the brew update of those formulas where the source links were broken like popt. this also helps when the build times out due to building some formulas from source that are not dependencies we need.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 11393e7d86..c1df433881 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -120,6 +120,7 @@ before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
if [[ "$TRAVIS_OSX_IMAGE" == "xcode9.2" ]]; then
+ brew remove --force $(brew list) --ignore-dependencies
brew update
pushd "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core"
git checkout 55e02323812604add9a69bab8730319b9255a697