From 9364282ebd4d115fb3d30591ff7b7851655e84df Mon Sep 17 00:00:00 2001 From: Robert Mader Date: Fri, 19 Dec 2025 18:52:23 +0100 Subject: [PATCH] gitlab-ci: Bump mesa from 25.3.0 to 25.3.2 The new color-representation-drm test occasionally crashes Mesa. Update to the latest point release in case it helps. Signed-off-by: Robert Mader --- .gitlab-ci.yml | 2 +- .gitlab-ci/build-deps.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33f0e933a..0dc80a32f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ variables: FDO_UPSTREAM_REPO: wayland/weston FDO_REPO_SUFFIX: "$BUILD_OS-$FDO_DISTRIBUTION_VERSION/$BUILD_ARCH" - FDO_DISTRIBUTION_TAG: '2025-12-16-wayland-protocols-1.46' + FDO_DISTRIBUTION_TAG: '2025-12-19-mesa-25.3.2' include: diff --git a/.gitlab-ci/build-deps.sh b/.gitlab-ci/build-deps.sh index cc773b79e..01348968c 100755 --- a/.gitlab-ci/build-deps.sh +++ b/.gitlab-ci/build-deps.sh @@ -168,8 +168,9 @@ ninja ${NINJAFLAGS} -C build install cd .. rm -rf glslang -# The first stable release where the Vulkan backend works with vkms+lavapipe. -git clone --branch mesa-25.3.0 --depth=1 https://gitlab.freedesktop.org/mesa/mesa.git +# The 25.3 was the first stable release where the Vulkan backend works with +# vkms+lavapipe. +git clone --branch mesa-25.3.2 --depth=1 https://gitlab.freedesktop.org/mesa/mesa.git cd mesa meson setup build --wrap-mode=nofallback -Dauto_features=disabled \ -Dgallium-drivers=llvmpipe -Dvulkan-drivers=swrast -Dvideo-codecs= \