commit | 3bae1487096655bcda128d775f28a9c56174bd6d | [log] [tgz] |
---|---|---|
author | UebelAndre <github@uebelandre.com> | Wed Sep 11 06:38:53 2024 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 11 13:38:53 2024 +0000 |
tree | 701540dd1795045401b23c977db6ac1167173986 | |
parent | 56facca5486fb9d30c537743720a22b69247afc4 [diff] |
Update crate universe to generate build script targets with compile data (#2855) https://github.com/bazelbuild/rules_rust/pull/2826 ended up introducing a regression for crates with build scripts that require extra data at compile time. This change adds a default glob for all `cargo_build_script` targets generated by `crate_universe` and also introduces an `annotation.build_script_compile_data` attribute to add custom targets to generated outputs.
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.