abrisco / cargo-bazel

A Bazel repository rule for generating Rust dependencies with Cargo.
https://abrisco.github.io/cargo-bazel/
MIT License
4 stars 1 forks source link

Added a `CARGO_BAZEL_ISOLATED` environment variable for local dev #107

Closed abrisco closed 2 years ago

abrisco commented 2 years ago

This change allows users to use --repo_env in their user.bazelrc files (see best practices) to allow CI to always do the hermetic thing while local development can continue to iterate quickly.