Skip to content

Commit ffbd549

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

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
@@ -154,7 +154,10 @@ sphinx_toolchain(
154154
sphinx = ":score_build",
155155
)
156156

157-
toolchain_type(name = "toolchain_type")
157+
toolchain_type(
158+
name = "toolchain_type",
159+
visibility = ["//visibility:public"],
160+
)
158161

159162
toolchain(
160163
name = "sphinx_default_toolchain",

0 commit comments

Comments
 (0)