commit | 802274cc6a73a7027852b9b7d719b4413a8acec9 | [log] [tgz] |
---|---|---|
author | scentini <rosica@google.com> | Wed Aug 14 11:17:22 2024 +0200 |
committer | GitHub <noreply@github.com> | Wed Aug 14 09:17:22 2024 +0000 |
tree | b1d794738d47f92b701bbdb9f3c0a50184089165 | |
parent | 0e2409efc34b0fb3922858b0dc9bc33d2a8b9f82 [diff] |
Use `target_flag_value` instead of `target_triple.str` (#2793) When users define a toolchain using a `.json` file the `toolchain.target_triple` is not populated, so `target_triple.str` is invalid. We use `target_flag_value` instead, which is equivalent to the `target_json.path` in cases where it's available and to `target_triple.str` otherwise.
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.