commit | ca8b624480ca77a903d4d1101355da6304cfa2c2 | [log] [tgz] |
---|---|---|
author | Daniel Wagner-Hall <dwagnerhall@apple.com> | Fri Dec 22 15:07:45 2023 +0000 |
committer | GitHub <noreply@github.com> | Fri Dec 22 15:07:45 2023 +0000 |
tree | 70d2ffc37b0ab7f7603ee2afc6206f4cfe86320e | |
parent | 486553fe2945f9f91923675475d5ac0eab0e1735 [diff] |
Register apple cc toolchain (#2352) Bazel 7 stopped the Bazel in-built cc toolchain from knowing about Xcode and the env vars it requires. This change registers an Apple-aware cc toolchain, which will only be used on macOS platforms. Fixes #2207
This repository provides rules for building Rust projects with Bazel.
General discussions and announcements take place in the GitHub Discussions, but there are additional places where community members gather to discuss rules_rust
.
Please refer to the full documentation.