| commit | 18c591a885bc66f2c20bcd7dbfa00cb488b62d70 | [log] [tgz] |
|---|---|---|
| author | Ivo List <ilist@google.com> | Mon Dec 20 03:00:57 2021 -0800 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 20 03:02:22 2021 -0800 |
| tree | fadb4a7809e130a21413a661736f0aa62bdc9152 | |
| parent | 7f55cb768ae22352ac6599086e7cf6525a9565a5 [diff] |
Use default shell environment in proto_library. This fixes rules_go downstream: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2284#5be53928-59ad-43b3-a87f-b1a77dcd1117 Failed build: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2283#71dfd766-cc54-46ee-b893-d25587277404 Closes #14443. PiperOrigin-RevId: 417367381
diff --git a/src/main/starlark/builtins_bzl/common/proto/proto_common.bzl b/src/main/starlark/builtins_bzl/common/proto/proto_common.bzl index f7e8e78..8f00aaf 100644 --- a/src/main/starlark/builtins_bzl/common/proto/proto_common.bzl +++ b/src/main/starlark/builtins_bzl/common/proto/proto_common.bzl
@@ -101,6 +101,7 @@ inputs = depset(transitive = [proto_info.transitive_sources, additional_inputs]), outputs = outputs, tools = plugins, + use_default_shell_env = True, ) def _proto_path_flag(path):