commit | 149400c0fb94f872ff6095e544ad879fa201757f | [log] [tgz] |
---|---|---|
author | Damien Martin-Guillerez <damienmg@users.noreply.github.com> | Tue Jun 30 17:52:42 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 30 17:52:42 2020 +0200 |
tree | 0cdb57fd8ffac15f334f376df26a3d0c59e4e448 | |
parent | 9f5f468b169a9d42548db56b1711a13751468aeb [diff] |
Pass extraneous environment variables to build scripts (#362) cargo-raze has `buildrs_additional_environment_variables` which allows extraneous environment variable to be passed to the build script. In addition this should enable for everybody to add the environment variables that are not added by the `cargo_build_script` rule itself. That's the rules_rust side of the fix for google/cargo-raze#179.
This repository provides rules for building Rust projects with Bazel.
Please refer to the full documentation.