diff options
Diffstat (limited to 'etc/taskcluster/macos/Brewfile-build')
-rw-r--r-- | etc/taskcluster/macos/Brewfile-build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/taskcluster/macos/Brewfile-build b/etc/taskcluster/macos/Brewfile-build new file mode 100644 index 00000000000..c78fe2cea3c --- /dev/null +++ b/etc/taskcluster/macos/Brewfile-build @@ -0,0 +1,12 @@ +# Build dependencies (that are not also runtime dependencies) + +brew "autoconf@2.13" +brew "automake" +brew "cmake" +brew "pkg-config" +brew "llvm" +brew "yasm" +brew "zlib" + +# For sccache +brew "openssl@1.1" |