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:38:35 +0100
commitc6e79f9113d320679d3c29f83b306cb6e5d81bee (patch)
treeb0b3da5a1b57f26df4985817164a7c40fb21267a
parent49446d4b362ec4d0205b60f4cf883cf7e97ecabc (diff)
downloaddbus-c6e79f9113d320679d3c29f83b306cb6e5d81bee.tar.gz
ci-build: Use a mirror that hopefully works better than Sourceforge
Signed-off-by: Simon McVittie <smcv@collabora.com>
-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 2aa283a7..1fd63e07 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"