1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00
Satori/eng/Brewfile
Alexander Köplinger af2e5c9829
Use a Brewfile for installing brew packages (#36747)
This means we won't be upgrading existing packages on the system that we don't need for the build.
Marks install-native-dependencies.sh as executable (+x) so we don't need to start it with `sh` in the build .yml

Fixes https://github.com/dotnet/runtime/issues/36727
2020-05-20 17:57:57 +02:00

8 lines
125 B
Ruby

brew "autoconf"
brew "automake"
brew "cmake"
brew "icu4c"
brew "libtool"
brew "openssl@1.1"
brew "pkg-config"
brew "python3"