Skip to content

Commit a47325f

Browse files
authored
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`.
1 parent ede4949 commit a47325f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Brewfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
brew "cmake"
21
brew "ninja"
32
brew "sccache"

0 commit comments

Comments
 (0)