From e103794af72288d30436fc1586871b5051741cf7 Mon Sep 17 00:00:00 2001 From: Leandro Nunes Date: Tue, 2 Nov 2021 09:40:58 +0000 Subject: [PATCH] Bump the CMake version in ubuntu_install_cmake_source.sh to 3.14.7. * This is required in platforms we need to build xgboost from source * Fixes #9414 --- docker/install/ubuntu_install_cmake_source.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/install/ubuntu_install_cmake_source.sh b/docker/install/ubuntu_install_cmake_source.sh index f818fba9721b..18335c98c403 100644 --- a/docker/install/ubuntu_install_cmake_source.sh +++ b/docker/install/ubuntu_install_cmake_source.sh @@ -20,8 +20,8 @@ set -e set -u set -o pipefail -v=3.13 -version=3.13.5 +v=3.14 +version=3.14.7 wget https://cmake.org/files/v${v}/cmake-${version}.tar.gz tar xvf cmake-${version}.tar.gz cd cmake-${version}