Commits


François Saint-Jacques authored and Wes McKinney committed 2571b03cf8d
ARROW-4340: [C++][CI] Build IWYU for LLVM 7 in iwyu docker-compose job Following the instructions in docker-compose.yml gives me a working IWYU build now ``` export PYTHON_VERSION=3.6 docker-compose build cpp docker-compose build python docker-compose build lint docker-compose run iwyu ``` Author: François Saint-Jacques <fsaintjacques@gmail.com> Author: Wes McKinney <wesm+git@apache.org> Closes #3643 from wesm/ARROW-4340 and squashes the following commits: 56733fc22 <François Saint-Jacques> Refactor iwyu build into docker install script. (#8) e1c46c721 <Wes McKinney> Build IWYU for LLVM 7 in iwyu docker-compose job