From 1d0e43e9693620b51119dfe131ae7d9693f4e603 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Wed, 5 Jul 2023 12:07:43 -0400 Subject: [PATCH] ci,docker: update serial kokkos image to 4.1 --- .gitlab-ci.yml | 2 +- .gitlab/ci/docker/ubuntu2004/kokkos/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1589614f3..a0d49c1f9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,7 +53,7 @@ - .docker_image .ubuntu2004_kokkos: &ubuntu2004_kokkos - image: "kitware/vtkm:ci-ubuntu2004_kokkos-20230125" + image: "kitware/vtkm:ci-ubuntu2004_kokkos-20230705" extends: - .docker_image diff --git a/.gitlab/ci/docker/ubuntu2004/kokkos/Dockerfile b/.gitlab/ci/docker/ubuntu2004/kokkos/Dockerfile index 90e33d573..e3ff20b35 100644 --- a/.gitlab/ci/docker/ubuntu2004/kokkos/Dockerfile +++ b/.gitlab/ci/docker/ubuntu2004/kokkos/Dockerfile @@ -31,7 +31,7 @@ RUN mkdir /opt/cmake/ && \ ENV PATH "${PATH}:/opt/cmake/bin" # Build and install Kokkos -ARG KOKKOS_VERSION=3.7.01 +ARG KOKKOS_VERSION=4.1.00 RUN mkdir -p /opt/kokkos/build && \ cd /opt/kokkos/build && \ curl -L https://github.com/kokkos/kokkos/archive/refs/tags/$KOKKOS_VERSION.tar.gz > kokkos-$KOKKOS_VERSION.tar.gz && \