Open
Description
This issue is a placeholder for gathering feedback on an upcoming breaking change
Due to persistent issues with MSVC's path length limits, we've decided to drop support for Bazel in 34.0. Starting in 30.0, you will need to explicitly set a flag --define=protobuf_allow_msvc=true
to use this combination. Our recommended alternative is clang-cl, which we will officially support going forward.
If you're not using Protobuf-C++ and you've hit this issue purely because you need to build protoc from source, just use the opt-out flag for now. We will be releasing a prebuilt protoc toolchain by 34.0, which should decouple you from this.
Activity