Skip to content

Commit

Permalink
ARROW-8321: [CI] Use bundled thrift in Fedora 30 build
Browse files Browse the repository at this point in the history
After unsetting Thrift_SOURCE from AUTO it surfaced that the thrift available on Fedora 30 is older 0.10 than the minimal required version 0.11.
Build thrift_ep instead.

Closes #6819 from kszucs/ARROW-8321

Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
  • Loading branch information
kszucs committed Apr 3, 2020
1 parent 1e0faac commit f5f09d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/fedora-30-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN dnf update -y && \
rapidjson-devel \
re2-devel \
snappy-devel \
thrift-devel \
zlib-devel

# * c-ares cmake config is not installed on Fedora but gRPC needs it
Expand Down Expand Up @@ -80,4 +79,5 @@ ENV ARROW_BUILD_TESTS=ON \
PARQUET_BUILD_EXECUTABLES=ON \
PARQUET_BUILD_EXAMPLES=ON \
PATH=/usr/lib/ccache/:$PATH \
Protobuf_SOURCE=BUNDLED
Protobuf_SOURCE=BUNDLED \
Thrift_SOURCE=BUNDLED

0 comments on commit f5f09d5

Please sign in to comment.