From 73da4623b19ee120f9ca4c598b8dad2b37f23de5 Mon Sep 17 00:00:00 2001 From: Antonio Sanchez Date: Fri, 17 Oct 2025 15:09:15 -0700 Subject: [PATCH] Try disabling the cache again for ROCm. --- ci/build.linux.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build.linux.gitlab-ci.yml b/ci/build.linux.gitlab-ci.yml index 44fff9362..2fb7aa115 100644 --- a/ci/build.linux.gitlab-ci.yml +++ b/ci/build.linux.gitlab-ci.yml @@ -164,7 +164,7 @@ build:linux:cuda-12.2:clang-12: EIGEN_CI_CXX_COMPILER: clang++-12 EIGEN_CI_TEST_CUDA_CLANG: "on" -# ######## HIP ################################################################### +######### HIP ################################################################## # Note: these are currently build-only, until we get an AMD-supported runner. # ROCm HIP @@ -176,7 +176,7 @@ build:linux:rocm-latest:gcc-10: EIGEN_CI_CXX_COMPILER: g++-10 EIGEN_CI_BUILD_TARGET: buildtests_gpu EIGEN_CI_ADDITIONAL_ARGS: -DEIGEN_TEST_HIP=on - cache: {} # Disable cache for ROCm, since it fails whenever the image updates. + cache: [] # Disable cache for ROCm, since it fails whenever the image updates. ######## Arm ###################################################################