Skip to content

Commit

Permalink
Use new MXE mirror, because the old one is down.
Browse files Browse the repository at this point in the history
  • Loading branch information
Meijuh committed Feb 11, 2019
1 parent 802ceae commit 1927419
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions travis/install-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ export BUILD_HOST="x86_64-w64-mingw32.static"
export CC="x86_64-w64-mingw32.static-gcc"
export CXX="x86_64-w64-mingw32.static-g++"

echo "deb http://pkg.mxe.cc/repos/apt/debian wheezy main" \
| sudo tee /etc/apt/sources.list.d/mxeapt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 \
--recv-keys D43A795B73B16ABE9643FE1AFD8FFF16DB45C6AB
#echo "deb http://pkg.mxe.cc/repos/apt/debian wheezy main" \
# | sudo tee /etc/apt/sources.list.d/mxeapt.list
#sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 \
# --recv-keys D43A795B73B16ABE9643FE1AFD8FFF16DB45C6AB
# use new mirror: https://github.com/mxe/mxe/issues/2253
sudo add-apt-repository 'deb [arch=amd64] http://mirror.mxe.cc/repos/apt trusty main'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 86B72ED9

sudo apt-get update

Expand Down

0 comments on commit 1927419

Please sign in to comment.