aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar Bill Feng <yfen@google.com>2018-11-28 10:32:00 -0800
committerGravatar Bill Feng <yfen@google.com>2018-11-28 10:32:00 -0800
commitfbd3808d0d2e00c2f070145366a96786dafdc804 (patch)
treecb78a50468177e4aec4b97f3828cefb66adbb5c5 /bazel
parente00b58ba5aa2e6683b156570eb785e679a628d3b (diff)
added exec_compatible_with to sh_test
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_build_system.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index 22c77e468f..65fe5a10aa 100644
--- a/bazel/grpc_build_system.bzl
+++ b/bazel/grpc_build_system.bzl
@@ -163,6 +163,7 @@ def grpc_cc_test(name, srcs = [], deps = [], external_deps = [], args = [], data
"$(location %s)" % name,
] + args["args"],
tags = tags,
+ exec_compatible_with = exec_compatible_with,
)
else:
native.cc_test(**args)