summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-02-21 18:35:33 +0200
committerMarius Vlad <marius.vlad@collabora.com>2023-02-21 20:29:31 +0200
commit4efb3354626c4ea218675fe97e3172af65626812 (patch)
treef2f7f224f4567859f480486322eda7bce2e3f1f2 /.gitlab-ci
parent7aac1acad837d13e52b0eceaea1b97eb459728a7 (diff)
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>
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/build-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/build-deps.sh b/.gitlab-ci/build-deps.sh
index a07bf4f1..a4a0e041 100755
--- a/.gitlab-ci/build-deps.sh
+++ b/.gitlab-ci/build-deps.sh
@@ -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