You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that no one is the Mozc team is actively testing and maintaining non-bzlmod build configuration, it would make much sense to make it clear that only bzlmod is now supported to build Mozc with Bazel by removing WORKSPACE support completely.
As Mozc has already migrated to bzlmod from WORKSPACE, let's remove
obsolete and unmaintained WORKSPACE-related files and configs to make it
clear that WORKSPACE is no longer supported to build Mozc with Bazel.
Closesgoogle#1115.
This commit removes the following bazel options that were originally
added [1] to support bzlmod for Android (google#1002).
- experimental_enable_android_migration_apis
- experimental_google_legacy_api
As far as we can see with Bazel 7.4.0, building Mozc with Bazel just
succeeds without the above two options in all the supported platforms.
This is a preparation to fully deprecate WORKSPACE support (google#1115).
Closesgoogle#1117.
[1]: 699c2ce
Description
As discussed in the following issue, Mozc has successfully migrated to bzlmod.
Given that no one is the Mozc team is actively testing and maintaining non-bzlmod build configuration, it would make much sense to make it clear that only bzlmod is now supported to build Mozc with Bazel by removing
WORKSPACE
support completely.Version or commit-id
e1b40ed
The text was updated successfully, but these errors were encountered: