[Git][wine/wine][master] 3 commits: gitlab: Use Buildah instead of Kaniko to build images.
Alexandre Julliard pushed to branch master at wine / wine Commits: ebd09e47 by Alexandre Julliard at 2026-03-09T22:51:01+01:00 gitlab: Use Buildah instead of Kaniko to build images. Kaniko is abandoned. - - - - - 5447f701 by Jacek Caban at 2026-03-09T22:51:01+01:00 tools: Treat -windows-gnu target as an LLVM-based toolchain. This distinguishes -windows-gnu from -w64-mingw32 based on what Wine tools expect from the compiler. It is now assumed that the underlying toolchain is LLVM and, similarly to the MSVC -windows target, the -target argument is always passed instead of requiring $(CC) to be configured for a specific target. That this does not affect --with-mingw=llvm-mingw builds, which, like other typical mingw distributions, use -w64-mingw32. Those still do not use the -target argument in winebuild and rely on target-specific compiler driver aliases anyway. - - - - - f7126a45 by Jacek Caban at 2026-03-09T22:51:01+01:00 configure: Default to mingw mode on 32-bit ARM targets. C++ exceptions are broken in MSVC mode. - - - - - 9 changed files: - configure - configure.ac - tools/gitlab/image.docker - tools/gitlab/image.yml - tools/tools.h - tools/winebuild/import.c - tools/winebuild/spec32.c - tools/winebuild/utils.c - tools/winegcc/winegcc.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c7ff5d804c62e4de9a4f5236c176a4... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c7ff5d804c62e4de9a4f5236c176a4... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)