Skip to content

Commit c0d93cb

Browse files
committed
add back needed register_toolchains
1 parent 20deed1 commit c0d93cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ protoc = use_extension("@toolchains_protoc//protoc:extensions.bzl", "protoc")
3737
# Match protobuf above, until it ships a pre-built binary toolchain itself
3838
protoc.toolchain(version = "v29.3")
3939

40+
use_repo(protoc, "toolchains_protoc_hub")
41+
42+
register_toolchains("@toolchains_protoc_hub//:all")
4043

4144
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")
4245
go_sdk.download(version = "1.24.0")

0 commit comments

Comments
 (0)