Skip to content

Commit da98651

Browse files
tkhmerenon
authored andcommitted
Add sh_binary deps for fix error on Bazel 8.4.x
1 parent 496018e commit da98651

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
module(name = "bazel_clang_tidy")
2+
3+
bazel_dep(name = "rules_shell", version = "0.6.1")

clang_tidy/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
2+
13
sh_binary(
24
name = "clang_tidy",
35
srcs = ["run_clang_tidy.sh"],

0 commit comments

Comments
 (0)