From c939477232aae4ba28aad8bf78bbc2d2e4e92dc6 Mon Sep 17 00:00:00 2001 From: Luca Bacci Date: Tue, 8 Jul 2025 15:12:23 +0200 Subject: [PATCH] CI/MSVC: Use Meson 1.7.2 Workaround for https://github.com/mesonbuild/meson/issues/14774 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 279302c3b..10ebae690 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -369,7 +369,8 @@ mingw-64 build: -Dfreetype:tests=disabled before_script: # Make sure meson is up to date, latest fontconfig requires a newer Meson than what's on the image - - pip3 install -U meson + # FIXME: Use Meson 1.7.2 to work around https://github.com/mesonbuild/meson/issues/14774 + - pip3 install -U meson==1.7.2 script: # Make sure powershell exists on errors # https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6