Skip to content

Commit 600ffba

Browse files
sekikngszadovszky
authored andcommitted
PARQUET-1669: Disable compiling all libraries when building thrift (#688)
1 parent 7c4d1ec commit 600ffba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ wget -nv http://archive.apache.org/dist/thrift/0.12.0/thrift-0.12.0.tar.gz
3939
tar xzf thrift-0.12.0.tar.gz
4040
cd thrift-0.12.0
4141
chmod +x ./configure
42-
./configure --disable-gen-erl --disable-gen-hs --without-c-glib --without-erlang --without-go --without-haskell --without-java --without-nodejs --without-php --without-python --without-ruby
42+
./configure --disable-libs
4343
sudo make install
4444
```
4545

dev/travis-before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ wget -nv https://archive.apache.org/dist/thrift/${THIFT_VERSION}/thrift-${THIFT_
3333
tar zxf thrift-${THIFT_VERSION}.tar.gz
3434
cd thrift-${THIFT_VERSION}
3535
chmod +x ./configure
36-
./configure --disable-gen-erl --disable-gen-hs --without-c-glib --without-erlang --without-go --without-haskell --without-java --without-nodejs --without-php --without-python --without-ruby
36+
./configure --disable-libs
3737
sudo make install
3838
cd ..
3939
branch_specific_script="dev/travis-before_install-${TRAVIS_BRANCH}.sh"

0 commit comments

Comments
 (0)