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 && \