Skip to content

Commit 8c16090

Browse files
habermancopybara-github
authored andcommitted
Moved prebuilt-related Bazel files to standard locations.
- Standard location for flags is `bazel/flags/` - Standard location for OSS-only internal files is `bazel/private/oss`. PiperOrigin-RevId: 862267301
1 parent 1d81cf2 commit 8c16090

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/news/2026-01-16.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ on your machine.
1616

1717
To use the prebuilt protoc, upgrade to protobuf version 33.4 or later, and set
1818
the `--incompatible_enable_proto_toolchain_resolution` and
19-
`--@protobuf//bazel/toolchains:prefer_prebuilt_protoc` flags. The first flag is
20-
set by default in Bazel 9 onwards.
19+
`--@protobuf//bazel/flags:prefer_prebuilt_protoc` flags. The first flag is set
20+
by default in Bazel 9 onwards.
2121

2222
In the breaking v34 release, protobuf will change the default of
23-
`--@protobuf//bazel/toolchains:prefer_prebuilt_protoc` to true.
23+
`--@protobuf//bazel/flags:prefer_prebuilt_protoc` to true.
2424

2525
### Reasons not to use the prebuilt compiler
2626

0 commit comments

Comments
 (0)