diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 119764a8e..cd43ee93d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ variables: REPO_URL_XORGPROTO: 'https://gitlab.freedesktop.org/xorg/proto/xorgproto.git' XORG_DEBIAN_VERSION: 'bullseye-slim' XORG_DEBIAN_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh' - XORG_DEBIAN_TAG: '2025-05-27-xcb' + XORG_DEBIAN_TAG: '2025-03-07-libdrm.1' XORG_FREEBSD_VERSION: '14.2' XORG_FREEBSD_EXEC: '' XORG_FREEBSD_TAG: '2025-05-27-xcb' diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index e4f1eb6e2..39cac8603 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -132,7 +132,7 @@ apt-get install -y \ cd /root # Xwayland requires drm 2.4.116 for drmSyncobjEventfd -git clone https://gitlab.freedesktop.org/mesa/drm --depth 1 --branch=libdrm-2.4.116 +git clone https://gitlab.freedesktop.org/mesa/drm --depth 1 --branch=libdrm-2.4.121 cd drm meson _build ninja -C _build -j${FDO_CI_CONCURRENT:-4} install