mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`Brewfile` is not used on CI and is purely a contributor experience helper for at-desk builds. We're seeing multiple build failures with CMake 4.0 on macOS: e.g. SwiftPM bootstrapping issues. `build-script` will always build a fixed version of CMake that's known to work, if preinstalled one is not found. Let's reduce the chances for confusion by not preinstalling CMake for those who use `Brewfile`.
3 lines
28 B
Ruby
3 lines
28 B
Ruby
brew "ninja"
|
|
brew "sccache"
|