Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for using sccache on Unix (#76889)
* Add support for using sccache on Unix sccache (https://github.com/mozilla/sccache) is a compiler caching tool that supports local or remote storage. It's useful in /runtime for caching the results of the C++ components of the build. This PR adds support for dotnet/runtime by recognizing a =true environment variable, which then instructs CMake to look for a the sccache binary in the PATH.
- Loading branch information