summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-msys2-meson.sh
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-07-26 18:49:46 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-07-26 18:18:23 +0000
commitd2b675f45a96554f2510ddf749ea182c10d2664d (patch)
tree9b64f79a4cb296fc53abdab1898d54e74b6233a1 /.gitlab-ci/test-msys2-meson.sh
parente8ba84091eadbe1b0edabf9ec276f00651729aa7 (diff)
downloadgobject-introspection-d2b675f45a96554f2510ddf749ea182c10d2664d.tar.gz
meson: require 0.49.2
It's what we use for testing in CI (so not even sure older versions work) and glib master now also depends on this 0.49.
Diffstat (limited to '.gitlab-ci/test-msys2-meson.sh')
-rw-r--r--.gitlab-ci/test-msys2-meson.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index 7c63581c..ce1768c4 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -31,7 +31,7 @@ pacman --noconfirm -S --needed \
export CCACHE_BASEDIR="${CI_PROJECT_DIR}"
export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
-pip3 install --upgrade --user meson==0.49.0 flake8
+pip3 install --upgrade --user meson==0.49.2 flake8
export PATH="$HOME/.local/bin:$PATH"
# FIXME: https://github.com/Alexpux/MINGW-packages/pull/4064