Skip to content

Commit

Permalink
fix: add sh_library loads for bazel 8.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Dec 11, 2024
1 parent 3c7e1f0 commit ec6c755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/tools_tests/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
load("@cgrindel_bazel_starlib//bzlformat:defs.bzl", "bzlformat_pkg")
load("@rules_shell//shell:sh_test.bzl", "sh_test")
load("@rules_shell//shell:sh_library.bzl", "sh_library")

bzlformat_pkg(name = "bzlformat")

Expand Down
1 change: 1 addition & 0 deletions tools/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
load("@cgrindel_bazel_starlib//bzlformat:defs.bzl", "bzlformat_pkg")
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
load("@rules_shell//shell:sh_library.bzl", "sh_library")

exports_files(["fake_bazel.sh"])

Expand Down

0 comments on commit ec6c755

Please sign in to comment.