mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
5d070584cb
After the gRPC upgrade, several tests on Windows failed with the error `Windows fatal exception: code 0xc0000374`. PiperOrigin-RevId: 396899964 Change-Id: I31a12075ec9981612bff67451caf6a0a8972ab11
11 lines
304 B
Diff
11 lines
304 B
Diff
--- a/bazel/generate_cc.bzl
|
|
+++ b/bazel/generate_cc.bzl
|
|
@@ -141,6 +141,7 @@ def generate_cc_impl(ctx):
|
|
outputs = out_files,
|
|
executable = ctx.executable._protoc,
|
|
arguments = arguments,
|
|
+ use_default_shell_env = True,
|
|
)
|
|
|
|
return struct(files = depset(out_files))
|