Skip to content
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

Open
yukawa opened this issue Feb 5, 2025 · 0 comments
Open

Update third_party/abseil-cpp to 20250127.0 or later #1172

yukawa opened this issue Feb 5, 2025 · 0 comments

Comments

@yukawa
Copy link
Collaborator

yukawa commented Feb 5, 2025

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

# abseil-cpp with patches for Bazel 8.0.0 is used instead of the local Abseil in third_party/.
# Otherwise, `bazel fetch` will fail with the error: "cc_configure_extension no longer available".
# References
# * https://github.com/bazelbuild/bazel/issues/24426
# * https://github.com/bazelbuild/bazel-central-registry/pull/3320
bazel_dep(
name = "abseil-cpp",
version = "20240722.0.bcr.2",
repo_name = "com_google_absl",
)

mozc/src/.bazelrc

Lines 25 to 26 in 879ad43

# Temporarily disable this definition to work around the build failure on Linux.
# build:release_build --copt=-DABSL_MIN_LOG_LEVEL=100

Version or commit-id

879ad43

Environment

  • OS: All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant