mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 04:40:07 +01:00
gitlab-ci: Bump wayland-protocols to 1.41
Disable tests as they require wayland-scanner 1.23. Signed-off-by: Robert Mader <robert.mader@collabora.com>
This commit is contained in:
parent
e72839f52c
commit
de6f0b870a
2 changed files with 3 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-01-21-ci-templates-update'
|
||||
FDO_DISTRIBUTION_TAG: '2025-02-17-bump-wayland-protocols-version-2'
|
||||
|
||||
|
||||
include:
|
||||
|
|
|
|||
|
|
@ -123,10 +123,10 @@ 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.33 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols
|
||||
git clone --branch 1.41 --depth=1 https://gitlab.freedesktop.org/wayland/wayland-protocols
|
||||
cd wayland-protocols
|
||||
git show -s HEAD
|
||||
meson build --wrap-mode=nofallback
|
||||
meson build --wrap-mode=nofallback -Dtests=false
|
||||
ninja ${NINJAFLAGS} -C build install
|
||||
cd ..
|
||||
rm -rf wayland-protocols
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue