summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-10-27 10:52:14 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-11-09 11:20:13 +0100
commit6b62bf2a9b981d1b80bae4d913d76add69c60018 (patch)
treebfdcf02ec1e75d496bbb85de726a3d8d011a0eea
parent8b7145fee847038b17012243ed90eda8e968dbcb (diff)
downloadgobject-introspection-6b62bf2a9b981d1b80bae4d913d76add69c60018.tar.gz
CI: remove workaround for old meson bug
The different dir separator seems to confuse meson now (likely a new change in mingw Python path handling..)
-rw-r--r--.gitlab-ci/test-msys2-meson.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index ce1768c4..f77c4e51 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -34,11 +34,8 @@ export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
pip3 install --upgrade --user meson==0.49.2 flake8
export PATH="$HOME/.local/bin:$PATH"
-# FIXME: https://github.com/Alexpux/MINGW-packages/pull/4064
-# Passing the full interpreter path works around the issue
-PYTHON="$(which python3)"
export CFLAGS="-Werror"
-meson -Dcairo=true -Ddoctool=true -Dpython="${PYTHON}" --buildtype debug _build
+meson -Dcairo=true -Ddoctool=true --buildtype debug _build
cd _build
ninja