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
Revert "Remove an obsolete workaround from .bazelrc" (#1103)
This reverts commit de7615f.
It turns out that --cpu command line option will be silently ignored
with Bazel 7.0 and later unless
--noincompatible_enable_cc_toolchain_resolution
option is specified [1]. Otherwise 'mozc_tip32.dll' will be built as
a 64-bit executable.
This is a temporary workaround until until we fully migrate to
--platforms
command line option [2].
This commit only affects Windows build with Bazel. Other build
configurations such as GYP build on Windows are not affected.
Closes#1102.
[1]: bazelbuild/bazel#7260
[2]: https://bazel.build/concepts/platforms
PiperOrigin-RevId: 691409234
0 commit comments