mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
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. PiperOrigin-RevId: 698388242
This commit is contained in:
@ -64,6 +64,8 @@ ENV PKG_CONFIG_PATH="/home/mozc_builder/work/mozc/docker/ubuntu22.04/qt6-core-pk
|
||||
RUN curl -LO https://github.com/bazelbuild/bazelisk/releases/download/v1.22.0/bazelisk-linux-amd64 \
|
||||
&& mv bazelisk-linux-amd64 /home/mozc_builder/bin/bazel \
|
||||
&& chmod u+x /home/mozc_builder/bin/bazel
|
||||
### TODO(https://github.com/google/mozc/issues/1118): Support Bazel 8.0
|
||||
ENV USE_BAZEL_VERSION 7.4.1
|
||||
|
||||
## Set up Android SDK and NDK
|
||||
ENV ANDROID_HOME /home/mozc_builder/Android/Sdk
|
||||
|
@ -58,6 +58,8 @@ WORKDIR /home/mozc_builder/work
|
||||
RUN curl -LO https://github.com/bazelbuild/bazelisk/releases/download/v1.22.0/bazelisk-linux-amd64 \
|
||||
&& mv bazelisk-linux-amd64 /home/mozc_builder/bin/bazel \
|
||||
&& chmod u+x /home/mozc_builder/bin/bazel
|
||||
### TODO(https://github.com/google/mozc/issues/1118): Support Bazel 8.0
|
||||
ENV USE_BAZEL_VERSION 7.4.1
|
||||
|
||||
## Set up Android SDK and NDK
|
||||
ENV ANDROID_HOME /home/mozc_builder/Android/Sdk
|
||||
|
Reference in New Issue
Block a user