This is an automated email from the ASF dual-hosted git repository.
wwbmmm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push:
new 3dd9edc Update Thrift download url to avoid pr build failed
new df7df15 Merge pull request #1725 from yangzhg/patch-2
3dd9edc is described below
commit 3dd9edc7261e88e1c3eb0fcd1df662256790aa21
Author: Zhengguo Yang <[email protected]>
AuthorDate: Wed Mar 23 11:59:30 2022 +0800
Update Thrift download url to avoid pr build failed
thrift download url
`https://downloads.apache.org/thrift/0.11.0/thrift-0.11.0.tar.gz` has moved to
`https://archive.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz`
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 07e8536..3288f12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ before_script:
before_install:
- wget --no-clobber
https://github.com/bazelbuild/bazel/releases/download/0.25.1/bazel_0.25.1-linux-x86_64.deb
&& sudo dpkg -i bazel_0.25.1-linux-x86_64.deb
- sudo apt-get install automake bison flex g++ git libboost-all-dev
libevent-dev libssl-dev libtool make pkg-config # thrift dependencies
-- wget http://www.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz && tar
-xf thrift-0.11.0.tar.gz && cd thrift-0.11.0/ && ./configure --prefix=/usr
--with-rs=no --with-ruby=no --with-python=no --with-java=no --with-go=no
--with-perl=no --with-php=no --with-csharp=no --with-erlang=no --with-lua=no
--with-nodejs=no CXXFLAGS="-Wno-unused-variable" && make -j4 && sudo make
install && cd -
+- wget https://archive.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz &&
tar -xf thrift-0.11.0.tar.gz && cd thrift-0.11.0/ && ./configure --prefix=/usr
--with-rs=no --with-ruby=no --with-python=no --with-java=no --with-go=no
--with-perl=no --with-php=no --with-csharp=no --with-erlang=no --with-lua=no
--with-nodejs=no CXXFLAGS="-Wno-unused-variable" && make -j4 && sudo make
install && cd -
install:
- sudo apt-get install -qq realpath libgflags-dev libprotobuf-dev
libprotoc-dev protobuf-compiler libleveldb-dev libgoogle-perftools-dev
libboost-dev libssl-dev libevent-dev libboost-test-dev libgoogle-glog-dev
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]