mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Use homebrew bundle
to avoid errors on upgrade available.
`homebrew install` could exit with errors like: ``` Error: cmake 3.12.4 is already installed To upgrade to 3.13.0, run `brew upgrade cmake` ``` This solution is the one recommended in https://github.com/Homebrew/brew/issues/2491
This commit is contained in:
parent
2b410acbf9
commit
d406f90f32
2 changed files with 17 additions and 5 deletions
15
etc/taskcluster/macos/Brewfile
Normal file
15
etc/taskcluster/macos/Brewfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
brew "autoconf@2.13"
|
||||
brew "automake"
|
||||
brew "cmake"
|
||||
brew "openssl"
|
||||
brew "pkg-config"
|
||||
brew "gstreamer"
|
||||
brew "gst-plugins-base", args: ["with-orc", "with-libogg", "with-opus", "with-theora", "with-libvorbis", "with-pango"]
|
||||
brew "gst-libav"
|
||||
brew "gst-plugins-bad"
|
||||
brew "gst-plugins-good"
|
||||
brew "gst-rtsp-server"
|
||||
brew "htop"
|
||||
brew "llvm"
|
||||
brew "openssl@1.1"
|
||||
brew "yasm"
|
Loading…
Add table
Add a link
Reference in a new issue