-
Notifications
You must be signed in to change notification settings - Fork 372
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
Migrate to Bazel 8.0 #1118
Comments
yukawa
added a commit
to yukawa/mozc
that referenced
this issue
Nov 18, 2024
As Mozc is not compatible with Bazel 8.0 yet, let's * pin Bazel version to Bazel 7.4.1 in GitHub Actions. * clarify that Bazel 8.0 is not supported in the build instructions.
yukawa
added a commit
to yukawa/mozc
that referenced
this issue
Nov 18, 2024
As Mozc is not compatible with Bazel 8.0 yet, let's * pin Bazel version to Bazel 7.4.1 in GitHub Actions. * clarify that Bazel 8.0 is not supported in the build instructions.
hiroyuki-komatsu
pushed a commit
that referenced
this issue
Nov 20, 2024
wengxt
added a commit
to fcitx/mozc
that referenced
this issue
Dec 18, 2024
bazel have --incompatible_disallow_empty_glob default to True. For pkg-config repository, libexec is likely to be empty, while hdrs should always contain some header files.
wengxt
added a commit
to fcitx/mozc
that referenced
this issue
Dec 18, 2024
bazel 8 set --incompatible_disallow_empty_glob default to True. For pkg-confg repository, libexec is likely to be empty, so empty should be allowed there.
Just FYI that with rules_apple bumped to 3.16.1 (I'm not sure if a minimum working version preferred but I just tried the latest one) & #1144 , I'm able to build a usable server & gui tool & fcitx5 support on linux. |
hiroyuki-komatsu
pushed a commit
that referenced
this issue
Dec 18, 2024
yukawa
added a commit
to yukawa/mozc
that referenced
this issue
Dec 24, 2024
With this commit we fully switch to Bazel 8.0.0 as the officially supported build environment for Mozc. Closes google#1118.
Merged
yukawa
added a commit
to yukawa/mozc
that referenced
this issue
Dec 24, 2024
With this commit we fully switch to Bazel 8.0.0 as the officially supported build environment for Mozc. Closes google#1118.
hiroyuki-komatsu
pushed a commit
that referenced
this issue
Dec 26, 2024
With this commit we fully switch to Bazel 8.0.0 as the officially supported build environment for Mozc. Closes #1118. PiperOrigin-RevId: 709793147
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
As Bazel 8.0 is expected to be released in late November 2024, it's time for us to start preparing for the transition from Bazel 7.4.x to Bazel 8.0.x.
Tasks
USE_BAZEL_VERSION
to specify the Bazel version.Version or commit-id
e1b40ed
The text was updated successfully, but these errors were encountered: