Skip to content

Commit

Permalink
Add rules_shell loads where needed (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-xie authored Nov 26, 2024
1 parent 3b6e9f8 commit 113eecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bazel_integration_test/private/bazel_binaries.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def _bazel_binary_impl(repository_ctx):

repository_ctx.file("WORKSPACE", "workspace(name='%s')" % repository_ctx.attr.name)
repository_ctx.file("BUILD", """
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
sh_binary(
name = "bazel_binary",
srcs = ["bazel.sh"],
Expand Down

0 comments on commit 113eecb

Please sign in to comment.