Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e95f95f

Browse filesBrowse files
committed
chore: cleanup now-unreferenced proto toolchain type
Follow-up to bazel-contrib#2604
1 parent f2941df commit e95f95f
Copy full SHA for e95f95f

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎python/proto/BUILD.bazel

Copy file name to clipboardExpand all lines: python/proto/BUILD.bazel
+5-1Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
package(default_visibility = ["//visibility:public"])
1616

1717
# Toolchain type provided by proto_lang_toolchain rule and used by py_proto_library
18-
toolchain_type(name = "toolchain_type")
18+
# Alias is here to provide backward-compatibility; see #2604
19+
alias(
20+
name = "toolchain_type",
21+
actual = "@com_google_protobuf//bazel/private:python_toolchain_type",
22+
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.