Skip to content

Commit

Permalink
Use default shell environment in proto_library.
Browse files Browse the repository at this point in the history
  • Loading branch information
comius authored and copybara-github committed Dec 20, 2021
1 parent 7f55cb7 commit 18c591a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def _create_proto_compile_action(
inputs = depset(transitive = [proto_info.transitive_sources, additional_inputs]),
outputs = outputs,
tools = plugins,
use_default_shell_env = True,
)

def _proto_path_flag(path):
Expand Down

0 comments on commit 18c591a

Please sign in to comment.