ci-build: Use a mirror that hopefully works better than Sourceforge

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2017-09-27 15:38:20 +01:00
parent 49446d4b36
commit c6e79f9113

View file

@ -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"