From 38a4abc65288ff90a5a4172bf4c0a735a4428c46 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Fri, 8 Apr 2022 17:15:31 -0400 Subject: [PATCH 1/2] Bump `cmake` to version `3.23.0` --- docker/cmake.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/cmake.sh b/docker/cmake.sh index d6ee2ca68..0a4b2cce7 100755 --- a/docker/cmake.sh +++ b/docker/cmake.sh @@ -7,7 +7,7 @@ set -euo pipefail . lib.sh main() { - local version=3.17.2 + local version=3.23.0 install_packages curl @@ -16,7 +16,7 @@ main() { pushd "${td}" - curl --retry 3 -sSfL "https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}-Linux-x86_64.sh" -o cmake.sh + curl --retry 3 -sSfL "https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}-linux-x86_64.sh" -o cmake.sh sh cmake.sh --skip-license --prefix=/usr/local popd From fb89f77d44940595adf5263dd2e4f54d65837042 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Tue, 12 Apr 2022 23:22:57 -0400 Subject: [PATCH 2/2] Bump cmake to 3.23.1 --- docker/cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/cmake.sh b/docker/cmake.sh index 0a4b2cce7..9ed4ee6a0 100755 --- a/docker/cmake.sh +++ b/docker/cmake.sh @@ -7,7 +7,7 @@ set -euo pipefail . lib.sh main() { - local version=3.23.0 + local version=3.23.1 install_packages curl