mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
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 <robert.mader@collabora.com>
This commit is contained in:
parent
af59ce4058
commit
9364282ebd
2 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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= \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue