summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-09-27 15:38:20 +0100
committerSimon McVittie <smcv@collabora.com>2017-09-27 15:39:09 +0100
commitb8ac9ccf93f024265fdced7c8462ea0d18f4dca5 (patch)
tree130aa14c062845d139f87e41f2ee6e0b28ab4536
parent5a0c4b4863ec4d179249f34832f6e16d053448e5 (diff)
ci-build: Use a mirror that hopefully works better than Sourceforge
Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit c6e79f9113d320679d3c29f83b306cb6e5d81bee)
-rwxr-xr-xtools/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci-build.sh b/tools/ci-build.sh
index 79d54deb..41e72cf6 100755
--- a/tools/ci-build.sh
+++ b/tools/ci-build.sh
@@ -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"