Hi Taichi, On Thu, Aug 31, 2023 at 11:55:58PM +0900, taichi <20001722@xxxxxxxxxxx> wrote: > In Gerrit build, Windows builder configuration is only for x86, isn't there one for x86_64 or ARM64? That's correct. Your trade-off is to have fast CI feedback vs testing every possible configuration. The current setup is to test on linux (clang+dbgutil+make check and gcc+release+a smaller subset of tests), windows, mac and 2 randomly picked android configs (out of the 4). The jenkins:all label can opt in to have all android configs. The rest is covered by tinderboxes (post-submit): https://ci.libreoffice.org/view/tb%20platform%20status/ There is more there, like wasm and mac vs mac_arm64. Regards, Miklos