We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acc129 commit bfc35b2Copy full SHA for bfc35b2
toolchain/deps.bzl
@@ -36,3 +36,11 @@ def bazel_toolchain_dependencies():
36
)
37
38
# 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