----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62094/ -----------------------------------------------------------
Review request for mesos, Alexander Rukletsov and Vinod Kone. Repository: mesos Description ------- Since the minimum version of CMake was bumped to 3.7, this updates the docker build helper to download CMake 3.8 (stable release that has been out for some time). The reason we do not use a package repository for CMake is that none of them offer a version of CMake beyond 3.5. Diffs ----- support/docker-build.sh d17cc765a11097227f25b1897f61676677f83b87 Diff: https://reviews.apache.org/r/62094/diff/1/ Testing ------- Ran this until it got past the CMake version check. OS="ubuntu:14.04" BUILDTOOL=cmake COMPILER=gcc CONFIGURATION="--disable-java --disable-python" ENVIRONMENT="MESOS_VERBOSE=1" sudo -E ./support/docker-build.sh Thanks, Joseph Wu
