ci-build: Use a mirror that hopefully works better than Sourceforge
authorSimon McVittie <smcv@collabora.com>
Wed, 27 Sep 2017 14:38:20 +0000 (15:38 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 27 Sep 2017 14:38:35 +0000 (15:38 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/ci-build.sh

index 2aa283a..1fd63e0 100755 (executable)
@@ -95,7 +95,7 @@ make="make -j${ci_parallel} V=1 VERBOSE=1"
 
 case "$ci_host" in
     (mingw)
-        mirror=http://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/
+        mirror=http://repo.msys2.org/msys/i686
         mingw="$(pwd)/mingw32"
         install -d "${mingw}"
         export PKG_CONFIG_LIBDIR="${mingw}/lib/pkgconfig"