Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang-10 isn't available on macOS. Before Bazel 7, this never applied to macOS since the default toolchain used Xcode, ignoring the value of `CC` alltogether. Also move from `--action_env` to `--repo_env`, which doesn't leak into all actions environment, and don't set `CXX`, which isn't read by Bazel.
- Loading branch information