Remove cmake from Brewfile (#83060)

`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`.
This commit is contained in:
Max Desiatov
2025-07-17 17:05:04 +01:00
committed by GitHub
parent ede49497d5
commit a47325f9a7

View File

@@ -1,3 +1,2 @@
brew "cmake"
brew "ninja" brew "ninja"
brew "sccache" brew "sccache"