Skip to content

Commit

Permalink
Merge b9d6dc1 into 41c8a5b
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Sep 10, 2020
2 parents 41c8a5b + b9d6dc1 commit 548cd51
Show file tree
Hide file tree
Showing 5 changed files with 2,485 additions and 2,985 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ install:

# Apache Thrift
# Thrift
- export THRIFT_VERSION=0.11.0
- export THRIFT_VERSION=0.13.0
- export buildDeps="automake bison curl flex g++ libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libevent-dev libssl-dev libtool make pkg-config"
- sudo apt-get install -y --no-install-recommends $buildDeps && sudo rm -rf /var/lib/apt/lists/*
- sudo curl -sSL "http://apache.mirrors.spacedump.net/thrift/$THRIFT_VERSION/thrift-$THRIFT_VERSION.tar.gz" -o $HOME/thrift.tar.gz
- mkdir -p $HOME/thrift
- tar zxf $HOME/thrift.tar.gz -C $HOME/thrift --strip-components=1
- pushd $HOME/thrift
- ./configure --without-python --without-cpp --without-ruby --without-nodejs --without-py3 --without-go --without-php
- ./configure --without-python --without-cpp --without-ruby --without-nodejs --without-py3 --without-go --without-php --without-java
- make
- sudo make install
- popd
Expand Down
Loading

0 comments on commit 548cd51

Please sign in to comment.