commit | 1352e43f93e01f63c4265a4efc6450ed9244b41b | [log] [tgz] |
---|---|---|
author | UebelAndre <github@uebelandre.com> | Thu Dec 12 15:56:11 2024 -0800 |
committer | GitHub <noreply@github.com> | Thu Dec 12 23:56:11 2024 +0000 |
tree | b51fed66a1272565960529309c8a98d9da097e37 | |
parent | ca827dd8a12400e226af2417068ceadecd9ec53f [diff] |
Added global setting for `cargo_build_script.use_default_shell_env` (#3065) This introduces the global setting `@rules_rust//cargo/settings:use_default_shell_env` for controlling whether or not `cargo_build_script` targets use [ctx.actions.run.use_default_shell_env](https://bazel.build/rules/lib/builtins/actions#run) as well as `crate_universe` plumbing to explicitly enable or disable this for crates.
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.