[gobject-introspection/ebassi/ci-update] ci: Update the version of Meson for the Windows builds
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/ebassi/ci-update] ci: Update the version of Meson for the Windows builds
- Date: Sat, 11 Jun 2022 01:10:15 +0000 (UTC)
commit 7a255f88c26eb5e517de055ff59ce9e7c6466ae5
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sat Jun 11 02:03:23 2022 +0100
ci: Update the version of Meson for the Windows builds
.gitlab-ci/test-msvc.bat | 2 +-
.gitlab-ci/test-msys2-meson.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci/test-msvc.bat b/.gitlab-ci/test-msvc.bat
index bf0d7500..76f50661 100644
--- a/.gitlab-ci/test-msvc.bat
+++ b/.gitlab-ci/test-msvc.bat
@@ -11,7 +11,7 @@ SET PATH=%CD%;%CD%\win_flex_bison;%PATH%
SET PKG_CONFIG=%CD%\pkg-config.exe
SET PKG_CONFIG_PATH=%CD%\_build\meson-uninstalled
-pip3 install --upgrade --user meson==0.58.2 || goto :error
+pip3 install --upgrade --user meson==0.60 || goto :error
meson subprojects download glib
meson wrap promote subprojects\glib\subprojects\pcre.wrap
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index 36ef95f2..6ee79488 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -30,7 +30,7 @@ pacman --noconfirm -S --needed \
export CCACHE_BASEDIR="${CI_PROJECT_DIR}"
export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
-pip3 install --upgrade --user meson==0.58.2 flake8 mypy==0.931 types-Markdown
+pip3 install --upgrade --user meson==0.60 flake8 mypy==0.931 types-Markdown
export PATH="$HOME/.local/bin:$PATH"
export CFLAGS="-Werror"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]