ci: upgrade wayland to v1.23.1

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2024-09-05 21:27:14 +02:00 committed by Daniel Stone
parent bdb88cec2b
commit 98d8bb6716
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ workflow:
variables: variables:
FDO_DISTRIBUTION_VERSION: bookworm FDO_DISTRIBUTION_VERSION: bookworm
FDO_DISTRIBUTION_PACKAGES: 'build-essential pkg-config meson git ca-certificates libffi-dev libexpat1-dev libxml2-dev' FDO_DISTRIBUTION_PACKAGES: 'build-essential pkg-config meson git ca-certificates libffi-dev libexpat1-dev libxml2-dev'
FDO_DISTRIBUTION_TAG: '2023-12-27.0' FDO_DISTRIBUTION_TAG: '2024-09-05.0'
FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} ./.gitlab-ci/debian-install.sh' FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} ./.gitlab-ci/debian-install.sh'
check-commit: check-commit:

View file

@ -2,7 +2,7 @@
# Note: don't forget to bump FDO_DISTRIBUTION_TAG when editing this file! # Note: don't forget to bump FDO_DISTRIBUTION_TAG when editing this file!
git clone --branch 1.20.0 --depth=1 https://gitlab.freedesktop.org/wayland/wayland git clone --branch 1.23.1 --depth=1 https://gitlab.freedesktop.org/wayland/wayland
cd wayland/ cd wayland/
git show -s HEAD git show -s HEAD
meson build/ -Dtests=false -Ddocumentation=false meson build/ -Dtests=false -Ddocumentation=false