Browse Source

Merge pull request #14242 from adelez/foundry_integration

Redefine grpc_sh_binary as native.sh_binary.
adelez 7 năm trước cách đây
mục cha
commit
9c17817622
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bazel/grpc_build_system.bzl

+ 1 - 1
bazel/grpc_build_system.bzl

@@ -158,7 +158,7 @@ def grpc_sh_test(name, srcs, args = [], data = []):
     data = data)
 
 def grpc_sh_binary(name, srcs, data = []):
-  native.sh_test(
+  native.sh_binary(
     name = name,
     srcs = srcs,
     data = data)