From 366374a3a0039f34f6ea1a46add3df27faf17fac Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 1 Jun 2020 18:09:45 +0200 Subject: [PATCH] CI: switch MSYS2 jobs to 64bit g-i randomly fails, maybe its a 32bit toolchain issue, so try switching to 64bit which should be more tested/used nowadays. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8df6eaab17..f2c9beed29 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,9 +64,9 @@ reference: - gdk3-docs.tar.xz - gtk3-docs.tar.xz -msys2-mingw32-meson: +msys2-mingw64-meson: variables: - MSYSTEM: "MINGW32" + MSYSTEM: "MINGW64" CHERE_INVOKING: "yes" stage: build tags: @@ -80,10 +80,10 @@ msys2-mingw32-meson: paths: - "_build/meson-logs" -msys2-mingw32-autotools: +msys2-mingw64-autotools: when: manual variables: - MSYSTEM: "MINGW32" + MSYSTEM: "MINGW64" CHERE_INVOKING: "yes" stage: build tags: