File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ protoc.toolchain(
38
38
)
39
39
use_repo (protoc , "com_google_protobuf" , "toolchains_protoc_hub" )
40
40
41
- register_toolchains ("@toolchains_protoc_hub//:all" )
42
-
43
41
# NB: the `:all` here is critical, because `proto_lang_toolchain` expands into two targets:
44
42
# - proto_lang_toolchain rule [name]
45
43
# - toolchain rule [name]_toolchain
@@ -49,6 +47,8 @@ register_toolchains("@toolchains_protoc_hub//:all")
49
47
# Declared toolchains should be created with the 'toolchain' rule and should not have dependencies that themselves require toolchains.
50
48
register_toolchains ("//tools/toolchains:all" )
51
49
50
+ register_toolchains ("@toolchains_protoc_hub//:all" )
51
+
52
52
####### PYTHON ##########
53
53
# Shows how a typical Python user fetches all the dependencies of their app, including the protobuf runtime
54
54
dev_pip = use_extension ("@rules_python//python/extensions:pip.bzl" , "pip" )
You can’t perform that action at this time.
0 commit comments