From a225513740630b19f3ff3e03aa064adf2f3b8912 Mon Sep 17 00:00:00 2001 From: Rhuan Date: Tue, 4 Dec 2018 08:59:53 +0100 Subject: [PATCH] Fix build problems for testing. Pointing the file download to http will fix the problems with Job #40.3 in travis ci. FTP download is unstable. --- test/bin/install-freetds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bin/install-freetds.sh b/test/bin/install-freetds.sh index 16e9f66fe..755ff928a 100755 --- a/test/bin/install-freetds.sh +++ b/test/bin/install-freetds.sh @@ -5,7 +5,7 @@ set -e FREETDS_VERSION=1.00.21 -wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-$FREETDS_VERSION.tar.gz +wget http://www.freetds.org/files/stable/freetds-$FREETDS_VERSION.tar.gz tar -xzf freetds-$FREETDS_VERSION.tar.gz cd freetds-$FREETDS_VERSION ./configure --prefix=/opt/local \