Skip to content

Commit 5e64960

Browse files
committed
[rules score]: adapt visibility
Co-authored-by: SebSparrowHawk 211667837+SebSparrowHawk@users.noreply.github.com
1 parent 532a227 commit 5e64960

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • bazel/rules/rules_score

bazel/rules/rules_score/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ sphinx_toolchain(
118118
sphinx = ":raw_build",
119119
)
120120

121-
toolchain_type(name = "toolchain_type")
121+
toolchain_type(
122+
name = "toolchain_type",
123+
visibility = ["//visibility:public"],
124+
)
122125

123126
toolchain(
124127
name = "sphinx_default_toolchain",

0 commit comments

Comments
 (0)