From 94fafc0a73d6b52bc7588180d0418eb94d57246e Mon Sep 17 00:00:00 2001 From: Naveen Tatikonda Date: Mon, 8 Jul 2024 13:44:17 -0500 Subject: [PATCH] Bump up CMake version to 3.26.4 Signed-off-by: Naveen Tatikonda --- .../current/build.al2.opensearch.x64.arm64.dockerfile | 2 +- .../build.almalinux8.opensearch.x64.arm64.ppc64le.dockerfile | 2 +- ...lmalinux8.opensearch-dashboards.x64.arm64.ppc64le.dockerfile | 2 +- .../test.almalinux8.systemd-base.x64.arm64.ppc64le.dockerfile | 2 +- .../test.ubuntu2004.systemd-base.x64.arm64.ppc64le.dockerfile | 2 +- .../build.centos7.opensearch.x64.arm64.ppc64le.dockerfile | 2 +- .../legacy/build.rockylinux8.opensearch.x64.arm64.dockerfile | 2 +- .../test.rockylinux8.opensearch-dashboards.x64.arm64.dockerfile | 2 +- .../legacy/test.rockylinux8.systemd-base.x64.arm64.dockerfile | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile b/docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile index 5da1fffb17..c9dd94704c 100644 --- a/docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile +++ b/docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile @@ -112,7 +112,7 @@ RUN git clone -b v0.3.27 --single-branch https://github.com/xianyi/OpenBLAS.git fi && \ make PREFIX=/usr/local install ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" -RUN pip3 install cmake==3.24.0 +RUN pip3 install cmake==3.26.4 # Change User USER $CONTAINER_USER diff --git a/docker/ci/dockerfiles/current/build.almalinux8.opensearch.x64.arm64.ppc64le.dockerfile b/docker/ci/dockerfiles/current/build.almalinux8.opensearch.x64.arm64.ppc64le.dockerfile index adae274505..249fd308d4 100644 --- a/docker/ci/dockerfiles/current/build.almalinux8.opensearch.x64.arm64.ppc64le.dockerfile +++ b/docker/ci/dockerfiles/current/build.almalinux8.opensearch.x64.arm64.ppc64le.dockerfile @@ -86,7 +86,7 @@ RUN dnf install -y 'dnf-command(config-manager)' && \ dnf config-manager --set-enabled powertools && \ dnf install epel-release -y && dnf repolist && \ dnf install openblas-static lapack gcc-gfortran -y && dnf clean all -RUN pip3 install cmake==3.24.0 +RUN pip3 install cmake==3.26.4 # Upgrade gcc # The setup part is partially based on Austin Dewey's article: # https://austindewey.com/2019/03/26/enabling-software-collections-binaries-on-a-docker-image/ diff --git a/docker/ci/dockerfiles/current/test.almalinux8.opensearch-dashboards.x64.arm64.ppc64le.dockerfile b/docker/ci/dockerfiles/current/test.almalinux8.opensearch-dashboards.x64.arm64.ppc64le.dockerfile index 9697d7f846..45241f0ebb 100644 --- a/docker/ci/dockerfiles/current/test.almalinux8.opensearch-dashboards.x64.arm64.ppc64le.dockerfile +++ b/docker/ci/dockerfiles/current/test.almalinux8.opensearch-dashboards.x64.arm64.ppc64le.dockerfile @@ -130,7 +130,7 @@ RUN update-alternatives --set python /usr/bin/python3.9 && \ # Add other dependencies RUN dnf install -y epel-release && dnf clean all && dnf install -y jq && dnf clean all && rm -rf /var/cache/dnf/* && \ - pip3 install cmake==3.24.0 + pip3 install cmake==3.26.4 # Tools setup COPY --chown=0:0 config/yq-setup.sh config/gh-setup.sh /tmp/ diff --git a/docker/ci/dockerfiles/current/test.almalinux8.systemd-base.x64.arm64.ppc64le.dockerfile b/docker/ci/dockerfiles/current/test.almalinux8.systemd-base.x64.arm64.ppc64le.dockerfile index 22c4309c8b..0f78781e35 100644 --- a/docker/ci/dockerfiles/current/test.almalinux8.systemd-base.x64.arm64.ppc64le.dockerfile +++ b/docker/ci/dockerfiles/current/test.almalinux8.systemd-base.x64.arm64.ppc64le.dockerfile @@ -152,7 +152,7 @@ RUN update-alternatives --set python /usr/bin/python3.9 && \ # Add other dependencies RUN dnf install -y epel-release && dnf clean all && dnf install -y jq && dnf clean all && \ - pip3 install cmake==3.24.0 + pip3 install cmake==3.26.4 # We use the version test to check if packages installed correctly # And get added to the PATH diff --git a/docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.ppc64le.dockerfile b/docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.ppc64le.dockerfile index b67037d66c..fdcf66c5b9 100644 --- a/docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.ppc64le.dockerfile +++ b/docker/ci/dockerfiles/current/test.ubuntu2004.systemd-base.x64.arm64.ppc64le.dockerfile @@ -114,7 +114,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y curl git gnupg # Install pip packages RUN curl -SL https://bootstrap.pypa.io/get-pip.py | python && \ pip3 install pip==23.1.2 && pip3 install pipenv==2023.6.12 awscli==1.32.17 && \ - pip3 install cmake==3.24.0 + pip3 install cmake==3.26.4 # Create user group RUN apt-get install -y sudo && \ diff --git a/docker/ci/dockerfiles/legacy/build.centos7.opensearch.x64.arm64.ppc64le.dockerfile b/docker/ci/dockerfiles/legacy/build.centos7.opensearch.x64.arm64.ppc64le.dockerfile index d55faa9205..898693a33a 100644 --- a/docker/ci/dockerfiles/legacy/build.centos7.opensearch.x64.arm64.ppc64le.dockerfile +++ b/docker/ci/dockerfiles/legacy/build.centos7.opensearch.x64.arm64.ppc64le.dockerfile @@ -91,7 +91,7 @@ RUN ln -sfn /usr/local/bin/python3.9 /usr/bin/python3 && \ # Add k-NN Library dependencies RUN yum install epel-release -y && yum repolist && yum install openblas-static lapack gcc-gfortran -y -RUN pip3 install cmake==3.24.0 +RUN pip3 install cmake==3.26.4 # Upgrade gcc # The setup part is partially based on Austin Dewey's article: # https://austindewey.com/2019/03/26/enabling-software-collections-binaries-on-a-docker-image/ diff --git a/docker/ci/dockerfiles/legacy/build.rockylinux8.opensearch.x64.arm64.dockerfile b/docker/ci/dockerfiles/legacy/build.rockylinux8.opensearch.x64.arm64.dockerfile index 3145678d35..4d79b9540a 100644 --- a/docker/ci/dockerfiles/legacy/build.rockylinux8.opensearch.x64.arm64.dockerfile +++ b/docker/ci/dockerfiles/legacy/build.rockylinux8.opensearch.x64.arm64.dockerfile @@ -86,7 +86,7 @@ RUN dnf install -y 'dnf-command(config-manager)' && \ dnf config-manager --set-enabled powertools && \ dnf install epel-release -y && dnf repolist && \ dnf install openblas-static lapack gcc-gfortran -y && dnf clean all -RUN pip3 install cmake==3.24.0 +RUN pip3 install cmake==3.26.4 # Change User USER $CONTAINER_USER diff --git a/docker/ci/dockerfiles/legacy/test.rockylinux8.opensearch-dashboards.x64.arm64.dockerfile b/docker/ci/dockerfiles/legacy/test.rockylinux8.opensearch-dashboards.x64.arm64.dockerfile index c4e8c7e301..a27b741138 100644 --- a/docker/ci/dockerfiles/legacy/test.rockylinux8.opensearch-dashboards.x64.arm64.dockerfile +++ b/docker/ci/dockerfiles/legacy/test.rockylinux8.opensearch-dashboards.x64.arm64.dockerfile @@ -130,7 +130,7 @@ RUN update-alternatives --set python /usr/bin/python3.9 && \ # Add other dependencies RUN dnf install -y epel-release && dnf clean all && dnf install -y jq && dnf clean all && rm -rf /var/cache/dnf/* && \ - pip3 install cmake==3.24.0 + pip3 install cmake==3.26.4 # Tools setup COPY --chown=0:0 config/yq-setup.sh config/gh-setup.sh /tmp/ diff --git a/docker/ci/dockerfiles/legacy/test.rockylinux8.systemd-base.x64.arm64.dockerfile b/docker/ci/dockerfiles/legacy/test.rockylinux8.systemd-base.x64.arm64.dockerfile index 7cff851dff..0852ba89f7 100644 --- a/docker/ci/dockerfiles/legacy/test.rockylinux8.systemd-base.x64.arm64.dockerfile +++ b/docker/ci/dockerfiles/legacy/test.rockylinux8.systemd-base.x64.arm64.dockerfile @@ -151,7 +151,7 @@ RUN update-alternatives --set python /usr/bin/python3.9 && \ # Add other dependencies RUN dnf install -y epel-release && dnf clean all && dnf install -y jq && dnf clean all && \ - pip3 install cmake==3.24.0 + pip3 install cmake==3.26.4 # We use the version test to check if packages installed correctly # And get added to the PATH