Files
mozc/docker
Yohei Yukawa aba090da42 Assume GCC and libstdc++ in Linux CI
In most Linux distributions, system-provided Qt6 libraries are supposed to be
built with libstdc++ rather than libc++.  This means that mozc_tool also need to
link to libstdc++ to avoid ABI mismatch unless we build Qt6 from the source code
like we do so in macOS and Windows builds.  For now, let's assume GCC and
libstdc++ in Linux CI.

Closes #803.

#codehealth

PiperOrigin-RevId: 563670356
2023-09-08 07:39:49 +00:00
..