[glib/ci-temp-msys2-fix] ci: workaround msys2 pip brokenness by using the system meson



commit d90613a0af4bd8ef92736020b32d2e06106127ba
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Wed Sep 26 17:50:54 2018 +0200

    ci: workaround msys2 pip brokenness by using the system meson
    
    MSYS2 currently contains a Python 3 without openssl support which
    makes pip fail to install. Use the system meson (0.48) until it is fixed
    upstream.

 .gitlab-ci/test-msys2.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh
index 48e18e92c..94b61510a 100755
--- a/.gitlab-ci/test-msys2.sh
+++ b/.gitlab-ci/test-msys2.sh
@@ -33,8 +33,9 @@ mkdir -p _coverage
 mkdir -p _ccache
 export CCACHE_BASEDIR="$(pwd)"
 export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
-pip3 install --upgrade --user meson==0.47.0
-export PATH="$HOME/.local/bin:$PATH"
+# FIXME: https://github.com/Alexpux/MINGW-packages/pull/4462
+# pip3 install --upgrade --user meson==0.47.0
+# export PATH="$HOME/.local/bin:$PATH"
 export CFLAGS="-coverage -ftest-coverage -fprofile-arcs"
 DIR="$(pwd)"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]