From 6dbab4ca9dddd0bdf2380ff2e6d7a91238a57c9e Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Tue, 13 Aug 2024 10:51:41 +0200 Subject: [PATCH] Update to cmake 3.30.2 --- .gitlab-ci.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d39146b..bc74a89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ variables: PREBUILD_CMAKE_VERSION: 3.18.2 - CMAKE_VERSION: 3.29.6 + CMAKE_VERSION: 3.30.2 workflow: rules: diff --git a/README.md b/README.md index 950b85d..138939a 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ Pipeline to build recent version of Cmake for our legacy CentOS 6 32 and 64 bits platform. Allows to build Cmake for: -* CentOS 6.10 64 bits: [cmake-3.29.6-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.29.6/download?job=linux-x86_64) -* CentOS 6.10 32 bits: [cmake-3.29.6-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.29.6/download?job=linux-i686) +* CentOS 6.10 64 bits: [cmake-3.30.2-linux-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.30.2/download?job=linux-x86_64) +* CentOS 6.10 32 bits: [cmake-3.30.2-linux-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/devtools/cmake/-/jobs/artifacts/3.30.2/download?job=linux-i686) -- GitLab