On 22/2/24 14:09, Peter Maydell wrote:
Now we don't build msys2-32bit we don't need the abstraction out of the
common msys2 handling from the 32-vs-64-bit specifics. Collapse it
down into the msys2-64bit job definition.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
v2:
- drop now-unused MINGW_TARGET variable
- document why we need to set MSYSTEM
- restore comment text truncated in commit 11961d08fcbddf
---
.gitlab-ci.d/windows.yml | 85 +++++++++++++++++++---------------------
1 file changed, 41 insertions(+), 44 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>