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

Upgrade reference build environment for Linux/Android to Ubuntu 24.04 #924

Closed
yukawa opened this issue May 4, 2024 · 1 comment
Closed

Comments

@yukawa
Copy link
Collaborator

yukawa commented May 4, 2024

Description

As Ubuntu 24.04 has been released, it's time to start the migration process from Ubuntu 22.04.

Primary reasons are:

  • To switch to newer C++ compiler for better C++20 conformance.
  • To update Qt6 version
    • In Windows and mac builds we intend to use the latest Qt6 release as expected by upstream, whereas in Linux build we tend to end up having to use the version packaged by the Linux distribution. Although Ubuntu 24.04 gives us Qt 6.4.2, which is still quite behind our Window and mac builds that now use Qt 6.7, it'd be way better than Ubuntu 22.04 where we ended up having to work around QTBUG-86080 as seen in 7b0fc71.

Version or commit-id

83641d9

Prior work

hiroyuki-komatsu pushed a commit that referenced this issue May 7, 2024
As the initial step towards #924, this commit introduces a Dockerfile
for Ubuntu 24.04 so that developers can build Mozc binaries for
Ubuntu 24.04 and Android.

#codelealth

PiperOrigin-RevId: 630801826
hiroyuki-komatsu added a commit that referenced this issue Jun 6, 2024
Features
* Added more symbol characters (#933)
* Added words of 対象内 / 対象外 by fixing the format error (#928)

Bug fix
* Fixed the crash issue on saving the user dictionary. (42cbb3f)
* Fixed the crash issue on the debug build caused by converting negative numbers (#878)
* macOS: Replaced "Google Japanese Input" with Mozc in UI messages. (caeb9ce)
* macOS: Fixed the crash issue of mozc_emacs_helper (#900)
* macOS (Apple Silicon): Fixed the crash issue of GUI tools (#791)

Build
* Set proper release/debug build options for GitHub Actions (07c5f89)
* Updated the Protobuf version: v26.1 → v27.0 (#937)
* Updated the Qt version: 6.7.0 → 6.7.1 (#934)
* Linux: Added Dockerfile for Ubuntu 24.04 (#924)
* Windows: Simplified the build process by reducing manual execution of the vcvars .bat file. (#923)

Code
* Applied Clang's build cleaner
* Completed the migration from base/logging.h to Abseil log.
* macOS: Applied suggestions from code scanning alerts (b955086)

PiperOrigin-RevId: 639975159
@yukawa
Copy link
Collaborator Author

yukawa commented Sep 27, 2024

Ubuntu 24 for GitHub-hosted runners is now generally available.

It should be ready for us to migrate from Ubuntu 22.04 runner to Ubuntu 24.04 runner.

hiroyuki-komatsu added a commit that referenced this issue Oct 10, 2024
2.30.5595 → 2.30.5618

Conversion
* Updated zip code entries (#1063).
* Updated word entries (#1068, #1069)

Bug fix
* Linux: Enabled switching to the DIRECT mode from the menu (#1061)
* Linux: Enabled switching modes with Super+Space in Wayland (#853, #1059)
* macOS: Fixed the limitation of mouse clicking on the renderer on macOS 15 (120bd93)
* Windows: Fixed the setting of Omaha updater for the GoogleJapaneseInput build (#1072)

Build
* Android: Switched the Bazel rules from WORKSPACE to Bzlmod (#1002)
* Android: Updated the Docker build environment
* Linux: Update the build environment: Ubuntu 22.04 → 24.04 (#924)
* macOS / Windows: Updated the Qt version: 6.7.2 → 6.7.3 (#1065)
* Windows: Supported Bazel build (#948)
* Windows: Updated the Wix version: 4.0.5 → 5.0.2 (#1070)

Code
* Performed code refactoring

PiperOrigin-RevId: 684295272
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