atlassian / bazel-tools

Reusable bits for Bazel
Apache License 2.0
113 stars 36 forks source link

Avoid using env to pass environment #82

Closed ash2k closed 4 years ago

ash2k commented 4 years ago

This is a slight optimization to avoid invoking and intermediate program to set environment variables. Just set them directly.