commit | 95e5d44050a65c3e8708b9a41dc79b17908db172 | [log] [tgz] |
---|---|---|
author | Cameron Martin <cameronm@graphcore.ai> | Fri Jan 05 16:31:08 2024 +0000 |
committer | GitHub <noreply@github.com> | Fri Jan 05 08:31:08 2024 -0800 |
tree | f79cb591880282fd178af8c7b2d5b7eb40cdda4b | |
parent | 0a4523e31d875ec5b8585a8a2354d1784952beca [diff] |
Advertise CcInfo provider on rules (#2126) The aspect used in the `cc_shared_library` implementation in bazel 6.3 and 7 only traverses attributes that advertise the `CcInfo` provider via the `provides` attribute. This means in these versions of bazel, rust libraries are currently omitted from libraries built with `cc_shared_library`. Fixes #2101.
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.