| commit | 53b1de6dd912efe681a8686cc969d9cfbb3fc0d0 | [log] [tgz] |
|---|---|---|
| author | David Marcin <david@metawork.com> | Fri Nov 19 03:11:41 2021 -0800 |
| committer | GitHub <noreply@github.com> | Fri Nov 19 11:11:41 2021 +0000 |
| tree | d255c6477489511ded924fc6f16cf901f9f3778d | |
| parent | 77cffb07c2c95cb0f5d4de53ebb86887a3593a98 [diff] |
Make action_env work for rustc actions (#1022) Currently, action_env is not passed through to rustc actions, which means that variables like `DEVELOPER_DIR` needed in some cases on macOS cannot be passed through. This PR passes action_env through to rustc actions. Similar to existing code at https://github.com/bazelbuild/rules_rust/blob/e2f0fccda912daac686b533ad77c5bc5d2f2ddb7/cargo/cargo_build_script.bzl#L68
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.