Skip to content

Commit b303dc8

Browse files
authored
fix rules_bsw package (#27)
add rules_cfg5 integity
1 parent 1cb2afe commit b303dc8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

bcr-modules/modules/rules_bsw/srcs/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
"""Repository rule to create Bazel files for BSW packages."""
2525

26-
load("//private:bsw.bzl", _bsw = "bsw")
26+
load("private/bsw.bzl", _bsw = "bsw")
2727

2828
bsw = _bsw

bcr-modules/modules/rules_cfg5/0.0.5/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module(
5757
"rules_common@0.2.0",
5858
# "rules_vtt@0.0.1",
5959
],
60+
integrity = "sha256-qB38k/Cim/UNAB0jA2MqNrTSfX+o3OXxLi1BxdTvOlA=",
6061
module_version = "0.0.5",
6162
pkg_files_targets = [
6263
"public",

0 commit comments

Comments
 (0)