This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-bump-thriftt in repository https://gitbox.apache.org/repos/asf/parquet-format.git
commit c670caf5becec154ce45e11f491c769c6feb470f Author: Fokko Driesprong <[email protected]> AuthorDate: Mon Apr 22 22:36:15 2024 +0200 Bump Thrift in the CI as well --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0dbc2b..e19cf7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,8 +41,8 @@ jobs: sudo apt-get update -qq sudo apt-get install -qq protobuf-compiler sudo apt-get install -qq libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev - wget -qO- https://archive.apache.org/dist/thrift/0.19.0/thrift-0.19.0.tar.gz | tar zxf - - cd thrift-0.19.0/ + wget -qO- https://archive.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz | tar zxf - + cd thrift-0.20.0/ chmod +x ./configure ./configure --disable-libs sudo make install
