We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb2afe commit b303dc8Copy full SHA for b303dc8
2 files changed
bcr-modules/modules/rules_bsw/srcs/defs.bzl
@@ -23,6 +23,6 @@
23
24
"""Repository rule to create Bazel files for BSW packages."""
25
26
-load("//private:bsw.bzl", _bsw = "bsw")
+load("private/bsw.bzl", _bsw = "bsw")
27
28
bsw = _bsw
bcr-modules/modules/rules_cfg5/0.0.5/BUILD.bazel
@@ -57,6 +57,7 @@ module(
57
"rules_common@0.2.0",
58
# "rules_vtt@0.0.1",
59
],
60
+ integrity = "sha256-qB38k/Cim/UNAB0jA2MqNrTSfX+o3OXxLi1BxdTvOlA=",
61
module_version = "0.0.5",
62
pkg_files_targets = [
63
"public",
0 commit comments