Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add feature check for repository_ctx.getenv (#94)
Bazel 7.1 and 8.0 added a `repository_ctx.getenv` function which lazily declares environment variables (see bazelbuild/bazel#19511). This patch adds a feature check for it for use outside of repository rule implementations.
- Loading branch information