summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-msys2.sh
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/test-msys2.sh')
-rw-r--r--.gitlab-ci/test-msys2.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index ef69fe8f..6260ac15 100644
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -32,7 +32,10 @@ export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
pip3 install --upgrade --user meson==0.47.1
export PATH="$HOME/.local/bin:$PATH"
-meson --buildtype debug _build
+# FIXME: https://github.com/Alexpux/MINGW-packages/pull/4064
+# Passing the full interpreter path works around the issue
+PYTHON="$(which python3)"
+meson -Dpython="${PYTHON}" --buildtype debug _build
cd _build
ninja