Skip to content

Commit c49a5ca

Browse files
committed
Update the apache source in the travis config
It seems to be responsible for many test failures
1 parent 7551aa3 commit c49a5ca

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis/apache_clang.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export PATH=/usr/lib/llvm-3.4/bin:${WLLVM_HOME}:${PATH}
77
export LLVM_COMPILER=clang
88
export WLLVM_OUTPUT=WARNING
99

10-
APACHE_VER=2.4.17
10+
APACHE_VER=2.4.18
11+
wget https://archive.apache.org/dist/httpd/httpd-${APACHE_VER}.tar.gz
1112

12-
wget http://apache.mirrors.pair.com//httpd/httpd-${APACHE_VER}.tar.gz
1313
tar xfz httpd-${APACHE_VER}.tar.gz
1414
mv httpd-${APACHE_VER} apache_clang
1515
cd apache_clang

.travis/apache_dragonegg.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ export LLVM_DRAGONEGG_PLUGIN=/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/dragonegg.
1111

1212
export WLLVM_OUTPUT=WARNING
1313

14-
APACHE_VER=2.4.17
1514

16-
wget http://apache.mirrors.pair.com//httpd/httpd-${APACHE_VER}.tar.gz
15+
APACHE_VER=2.4.18
16+
wget https://archive.apache.org/dist/httpd/httpd-${APACHE_VER}.tar.gz
17+
1718
tar xfz httpd-${APACHE_VER}.tar.gz
1819
mv httpd-${APACHE_VER} apache_dragonegg
1920
cd apache_dragonegg

0 commit comments

Comments
 (0)