commit | 13e566e6b8b9a230d29c6c7cd024577837e809b8 | [log] [tgz] |
---|---|---|
author | Daniel Wagner-Hall <dwagnerhall@apple.com> | Tue Sep 03 20:44:28 2024 +0100 |
committer | GitHub <noreply@github.com> | Tue Sep 03 19:44:28 2024 +0000 |
tree | 4222535195cbcfe864b0bf409513514999005289 | |
parent | 9569c9c841273a4206a487bb255de3fc0b56e8e0 [diff] |
Consistently thread extra target constraints around (#2829) This allows for selecting non-default toolchains where the exec triple matches the target triple. This is tested by enabling the musl static linking tests on the Linux host platform. Before this PR, the test would fail because the -gnu rather than -musl rust toolchain would end up getting selected. Now, everything works. Fixes #2726
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.