Skip to content

Commit 98465cf

Browse files
committed
apache mirror change.
1 parent bbb3b00 commit 98465cf

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ script:
3333
# - python -m unittest discover test/ || exit 1
3434
- export WLLVM_HOME=`pwd`
3535
- ${WLLVM_HOME}/.travis/store.sh
36+
- export APACHE_URL=https://www-us.apache.org/dist/httpd/
3637
- export APACHE_VER=2.4.39
3738
# build apache with clang
3839
- ${WLLVM_HOME}/.travis/apache_clang.sh

.travis/apache_clang.sh

+1-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export WLLVM_OUTPUT=WARNING
99

1010
wllvm-sanity-checker
1111

12-
wget https://archive.apache.org/dist/httpd/httpd-${APACHE_VER}.tar.gz
12+
wget ${APACHE_URL}httpd-${APACHE_VER}.tar.gz
1313

1414
tar xfz httpd-${APACHE_VER}.tar.gz
1515
mv httpd-${APACHE_VER} apache_clang
@@ -26,9 +26,3 @@ then
2626
else
2727
exit 1
2828
fi
29-
30-
31-
32-
33-
34-

.travis/apache_dragonegg.sh

+1-8
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export WLLVM_OUTPUT=WARNING
1313

1414
wllvm-sanity-checker
1515

16-
wget https://archive.apache.org/dist/httpd/httpd-${APACHE_VER}.tar.gz
17-
16+
wget ${APACHE_URL}httpd-${APACHE_VER}.tar.gz
1817

1918
tar xfz httpd-${APACHE_VER}.tar.gz
2019
mv httpd-${APACHE_VER} apache_dragonegg
@@ -30,9 +29,3 @@ then
3029
else
3130
exit 1
3231
fi
33-
34-
35-
36-
37-
38-

0 commit comments

Comments
 (0)