Skip to content

Commit f45fec4

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

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
@@ -124,7 +124,10 @@ sphinx_toolchain(
124124
sphinx = ":raw_build",
125125
)
126126

127-
toolchain_type(name = "toolchain_type")
127+
toolchain_type(
128+
name = "toolchain_type",
129+
visibility = ["//visibility:public"],
130+
)
128131

129132
toolchain(
130133
name = "sphinx_default_toolchain",

0 commit comments

Comments
 (0)