diff options
author | Brad King <brad.king@kitware.com> | 2023-08-16 17:37:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-08-16 18:29:55 (GMT) |
commit | ef2bab7687a1027a4c8ccba9a1d42177b7b5a107 (patch) | |
tree | 5242a57350a048e77510cc9035fb3296661ddb49 /.gitlab/os-linux.yml | |
parent | a705eb963c7e31cd8e34f7b813f007f8be78f84d (diff) | |
download | CMake-ef2bab7687a1027a4c8ccba9a1d42177b7b5a107.zip CMake-ef2bab7687a1027a4c8ccba9a1d42177b7b5a107.tar.gz CMake-ef2bab7687a1027a4c8ccba9a1d42177b7b5a107.tar.bz2 |
Utilities/Release: Update docker specs for linux-x86_64 to centos 7
Update the centos base image from centos 6 to centos 7. The latter is
the minimum version supported by libuv 1.45. The resulting binaries
require GLIBC 2.17.
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r-- | .gitlab/os-linux.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 46b9602..8398108 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -11,11 +11,11 @@ GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" .linux_release_x86_64: - image: "kitware/cmake:build-linux-x86_64-deps-2020-04-02@sha256:77e9ab183f34680990db9da5945473e288f0d6556bce79ecc1589670d656e157" + image: "kitware/cmake:build-linux-x86_64-deps-2023-08-16@sha256:aa0ebdbd90a51cc83d31f393c5c48ec4599a28f7ccdc288558522c6265b24fae" variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci" - LAUNCHER: "scl enable devtoolset-6 rh-python36 --" + LAUNCHER: "scl enable devtoolset-7 --" CMAKE_ARCH: x86_64 .linux_release_aarch64: @@ -30,11 +30,11 @@ variables: BOOTSTRAP_ARGS: '-- "-DCMake_DOC_ARTIFACT_PREFIX=$CI_PROJECT_DIR/build/install-doc"' -.needs_centos6_x86_64: +.needs_centos7_x86_64: dependencies: - - b:centos6-x86_64 + - b:centos7-x86_64 needs: - - b:centos6-x86_64 + - b:centos7-x86_64 .needs_centos7_aarch64: dependencies: @@ -618,7 +618,7 @@ - .cmake_test_linux_release - .linux_x86_64_tags - .run_manually - - .needs_centos6_x86_64 + - .needs_centos7_x86_64 variables: CMAKE_CI_JOB_NIGHTLY: "true" @@ -628,7 +628,7 @@ - .cmake_test_linux_release - .linux_x86_64_tags - .run_manually - - .needs_centos6_x86_64 + - .needs_centos7_x86_64 variables: CMAKE_CI_JOB_NIGHTLY: "true" |