Skip to content

Commit 566d6f0

Browse files
Add load statements for the shell rules where they are missing.
sh_binary, sh_library, and sh_test will no longer be packaged with Bazel and will need to be explicitly loaded like other rules. PiperOrigin-RevId: 756773058
1 parent 8694620 commit 566d6f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

editions/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
2+
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
3+
load("@rules_shell//shell:sh_test.bzl", "sh_test")
24
load("//:protobuf.bzl", "internal_objc_proto_library", "internal_php_proto_library", "internal_py_proto_library")
35
load("//bazel:cc_proto_library.bzl", "cc_proto_library")
46
load("//bazel:java_lite_proto_library.bzl", "java_lite_proto_library")

0 commit comments

Comments
 (0)