projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49446d4
)
ci-build: Use a mirror that hopefully works better than Sourceforge
author
Simon McVittie
<smcv@collabora.com>
Wed, 27 Sep 2017 14:38:20 +0000
(15:38 +0100)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/tools/ci-build.sh
b/tools/ci-build.sh
index
2aa283a
..
1fd63e0
100755
(executable)
--- 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"