diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 347d22d92..d5603f9b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ variables: FDO_UPSTREAM_REPO: wayland/weston FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH" - FDO_DISTRIBUTION_TAG: '2023-02-28-libxcb-migration' + FDO_DISTRIBUTION_TAG: '2023-03-03-bump-wayland-protocols-to-1.31' include: diff --git a/.gitlab-ci/build-deps.sh b/.gitlab-ci/build-deps.sh index a4a0e0417..47149e245 100755 --- a/.gitlab-ci/build-deps.sh +++ b/.gitlab-ci/build-deps.sh @@ -105,7 +105,7 @@ rm -rf wayland # Keep this version in sync with our dependency in meson.build. If you wish to # raise a MR against custom protocol, please change this reference to clone # your relevant tree, and make sure you bump $FDO_DISTRIBUTION_TAG. -git clone --branch 1.30 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols +git clone --branch 1.31 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols cd wayland-protocols git show -s HEAD meson build