3 Commits

Author SHA1 Message Date
Max Desiatov
a47325f9a7 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`.
2025-07-17 17:05:04 +01:00
Varun Gandhi
3fe3500d98 [docs] Add First Pull Request guide and Getting Started guide.
This improves upon the existing documentation to provide a clearer end-to-end
workflow for new contributors and people who wish to build the toolchain
locally but do not intend to submit patches.

We also provide more directions for systematically utilizing our existing
documentation.
2020-09-08 20:28:11 -07:00
Jeff Kelley
ea7eb0f6c7 Add Brewfile
A `Brewfile` in the project will let developers run `brew bundle` to install required dependencies automatically.
2020-03-29 12:54:37 -04:00