mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 02:20:13 +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:
|
variables:
|
||||||
FDO_UPSTREAM_REPO: wayland/weston
|
FDO_UPSTREAM_REPO: wayland/weston
|
||||||
FDO_REPO_SUFFIX: "$BUILD_OS-$FDO_DISTRIBUTION_VERSION/$BUILD_ARCH"
|
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:
|
include:
|
||||||
|
|
|
||||||
|
|
@ -168,8 +168,9 @@ ninja ${NINJAFLAGS} -C build install
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf glslang
|
rm -rf glslang
|
||||||
|
|
||||||
# The first stable release where the Vulkan backend works with vkms+lavapipe.
|
# The 25.3 was the first stable release where the Vulkan backend works with
|
||||||
git clone --branch mesa-25.3.0 --depth=1 https://gitlab.freedesktop.org/mesa/mesa.git
|
# vkms+lavapipe.
|
||||||
|
git clone --branch mesa-25.3.2 --depth=1 https://gitlab.freedesktop.org/mesa/mesa.git
|
||||||
cd mesa
|
cd mesa
|
||||||
meson setup build --wrap-mode=nofallback -Dauto_features=disabled \
|
meson setup build --wrap-mode=nofallback -Dauto_features=disabled \
|
||||||
-Dgallium-drivers=llvmpipe -Dvulkan-drivers=swrast -Dvideo-codecs= \
|
-Dgallium-drivers=llvmpipe -Dvulkan-drivers=swrast -Dvideo-codecs= \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue