Commits

Wes McKinney authored 5b2bf32f728
ARROW-5474: [C++] Document Boost 1.58 as minimum supported version, add docker-compose entry for it, fix broken cpp/Dockerfile* builds Technically Boost 1.58 is new enough (as `docker-compose run cpp-minimum-boost-version` proves), but the Flight tests require at least 1.64 (to get Boost.Process), so Flight is disabled in this test. Note I broke some of the Docker C++ builds in https://github.com/apache/arrow/commit/463c17b7a2ac9b8fa9bac555d185be9d395fe07c. I look forward to guidance about what checks I can run to try to prevent such breakages in the future when I make changes to the build system like this. I also enabled running the unit tests in the Fedora 29 build which were previously disabled Author: Wes McKinney <wesm+git@apache.org> Closes #4612 from wesm/ARROW-5474 and squashes the following commits: dd9d6a4f2 <Wes McKinney> Apply Boost version check patch from Kou cf5f78f65 <Wes McKinney> Fix docker-compose entry docs 9e56b7f55 <Wes McKinney> Test and document Boost 1.58 as minimum supported version, fix some cpp/Dockerfile* builds given ORC toolchain changes 9a6fbc085 <Wes McKinney> Add Boost 1.58 build entry