mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 20:38:06 +02:00
gitlab-ci.yml: Bump meson to 1.0.0
It turns out we no longer have stdout/stderr in CI for the tests. As 1.0.0 is the latest stable version for meson use that to bring back our test messages. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
7aac1acad8
commit
4efb335462
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@
|
|||
variables:
|
||||
FDO_UPSTREAM_REPO: wayland/weston
|
||||
FDO_REPO_SUFFIX: "$BUILD_OS/$BUILD_ARCH"
|
||||
FDO_DISTRIBUTION_TAG: '2023-02-01.00-wayland-protocols-1.30'
|
||||
FDO_DISTRIBUTION_TAG: '2023-02-21-bump-meson-to-1.0.0'
|
||||
|
||||
|
||||
include:
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export NINJAFLAGS="-j${FDO_CI_CONCURRENT:-4}"
|
|||
|
||||
# Build and install Meson. Generally we want to keep this in sync with what
|
||||
# we require inside meson.build.
|
||||
pip3 install --user git+https://github.com/mesonbuild/meson.git@0.63.0
|
||||
pip3 install --user git+https://github.com/mesonbuild/meson.git@1.0.0
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
# Our docs are built using Sphinx (top-level organisation and final HTML/CSS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue