Skip to content

Commit bfc35b2

Browse files
committed
The dependency also needs to go into deps.bzl so run_tests.bzl works.
1 parent 7acc129 commit bfc35b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

toolchain/deps.bzl

+8
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ def bazel_toolchain_dependencies():
3636
)
3737

3838
# Skip bazel_skylib_workspace because we are not using lib/unittest.bzl
39+
40+
if not native.existing_rule("helly25_bzl"):
41+
http_archive(
42+
name = "helly25_bzl",
43+
strip_prefix = "bzl-0.1.2",
44+
url = "https://github.com/helly25/bzl/releases/download/0.1.2/bzl-0.1.2.tar.gz",
45+
sha256 = "404f8473bcaad2e370752e57d274d2093eb87ca94cb9a597c1a3553b76743206",
46+
)

0 commit comments

Comments
 (0)