Tim Armstrong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12285 )
Change subject: Initial support for building the toolchain in docker ...................................................................... Initial support for building the toolchain in docker Adds Dockerfiles and supporting scripts to build the toolchain in a docker container. It should now be possible to run any build*.sh script in a supported platform by running: ./in-docker.py impala-toolchain-debian8 "./build.sh gflags 2.2.0-p2" - To build gflags version 2.2.0-p2 in debian8 It is also possible to build the entire toolchain for all platforms by running: make -j $P Change-Id: If42c9bc06a3d303642eb37dea784b61e2a1f5cc6 Reviewed-on: http://gerrit.cloudera.org:8080/12285 Reviewed-by: Tim Armstrong <[email protected]> Reviewed-by: Laszlo Gaal <[email protected]> Tested-by: Tim Armstrong <[email protected]> --- A Makefile A docker/all/assert-dependencies-present.py A docker/all/postinstall.sh A docker/buildall.sh A docker/debian7.df A docker/debian8.df A docker/redhat/CentOS-6.6-Base.repo A docker/redhat/CentOS-7.2.1511-Base.repo A docker/redhat/yum-install A docker/redhat6.df A docker/redhat7.df A docker/ubuntu1204.df A docker/ubuntu1404.df A docker/ubuntu1604.df M functions.sh A in-docker.py 16 files changed, 721 insertions(+), 0 deletions(-) Approvals: Tim Armstrong: Looks good to me, but someone else must approve; Verified Laszlo Gaal: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/12285 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: If42c9bc06a3d303642eb37dea784b61e2a1f5cc6 Gerrit-Change-Number: 12285 Gerrit-PatchSet: 8 Gerrit-Owner: [email protected] <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: [email protected] <[email protected]>
