added exec_compatible_with to sh_test

pull/17110/head
Bill Feng 6 years ago
parent e00b58ba5a
commit fbd3808d0d
  1. 1
      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)

Loading…
Cancel
Save