summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-05-03 21:53:43 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2019-05-03 22:17:00 +0200
commit8e283ff6eff9b5fd2a7cda259ba4628d7c24eaf4 (patch)
treef180ce10b70669af796fd4469193d3d523cc8f12
parent1b90a49628ad98859b6cf078da5f94e57b833c83 (diff)
downloadgobject-introspection-8e283ff6eff9b5fd2a7cda259ba4628d7c24eaf4.tar.gz
ci: work around mingw python detection issue
Some recent MSYS2 update made autotools no longer detect python3. I don't have to time to debug atm, so force the interpreter with the PYTHON env var for now.
-rw-r--r--.gitlab-ci/test-msys2-autotools.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/test-msys2-autotools.sh b/.gitlab-ci/test-msys2-autotools.sh
index 1029864b..48d3db98 100644
--- a/.gitlab-ci/test-msys2-autotools.sh
+++ b/.gitlab-ci/test-msys2-autotools.sh
@@ -21,6 +21,7 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-glib2 \
mingw-w64-$MSYS2_ARCH-gtk-doc
+export PYTHON="$(which python3)"
./autogen.sh
make -j6