-
Notifications
You must be signed in to change notification settings - Fork 15.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking Change: Dropping support for Bazel+MSVC #20085
Comments
copybara-service bot
pushed a commit
that referenced
this issue
Jan 23, 2025
An opt-out flag `--define=protobuf_allow_msvc=true` will be available until our 2026 breaking release 34.0. See #20085 for more details. #test-continuous PiperOrigin-RevId: 718525948
copybara-service bot
pushed a commit
that referenced
this issue
Jan 23, 2025
An opt-out flag `--define=protobuf_allow_msvc=true` will be available until our 2026 breaking release 34.0. See #20085 for more details. #test-continuous PiperOrigin-RevId: 718525948
copybara-service bot
pushed a commit
that referenced
this issue
Jan 23, 2025
An opt-out flag `--define=protobuf_allow_msvc=true` will be available until our 2026 breaking release 34.0. See #20085 for more details. #test-continuous PiperOrigin-RevId: 718525948
copybara-service bot
pushed a commit
that referenced
this issue
Jan 23, 2025
An opt-out flag `--define=protobuf_allow_msvc=true` will be available until our 2026 breaking release 34.0. See #20085 for more details. #test-continuous PiperOrigin-RevId: 718525948
copybara-service bot
pushed a commit
that referenced
this issue
Jan 23, 2025
An opt-out flag `--define=protobuf_allow_msvc=true` will be available until our 2026 breaking release 34.0. See #20085 for more details. #test-continuous PiperOrigin-RevId: 718525948
copybara-service bot
pushed a commit
that referenced
this issue
Jan 23, 2025
An opt-out flag `--define=protobuf_allow_msvc=true` will be available until our 2026 breaking release 34.0. See #20085 for more details. #test-continuous PiperOrigin-RevId: 718525948
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: