-
Notifications
You must be signed in to change notification settings - Fork 386
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
Update third_party/abseil-cpp
to 20250127.0
or later
#1172
Comments
Seems that the combination of protobuf v29.x/v30.0, abseil 20250127.0 and msvc results in the following compile error. We need to stay in abseil 20240722.0 until the issue is fixed in upstream and/or we migrate to clang-cl (#1179). https://github.com/google/mozc/actions/runs/13279655889/job/37077918543
Reopening to take care of the rollback process. |
Note that we also need to rollback
|
Reported the above failure to the protobuf team. |
Description
Abseil LTS 20250127.0 has been released on February 5, 2025. Let's update
third_party/abseil-cpp
to it (or later).By updating to this version, we can remove the following workarounds.
mozc/src/MODULE.bazel
Lines 5 to 14 in 879ad43
mozc/src/.bazelrc
Lines 25 to 26 in 879ad43
Version or commit-id
879ad43
Environment
The text was updated successfully, but these errors were encountered: