Try disabling the cache again for ROCm.

This commit is contained in:
Antonio Sanchez 2025-10-17 15:09:15 -07:00
parent d739b9dc60
commit 73da4623b1

View File

@ -164,7 +164,7 @@ build:linux:cuda-12.2:clang-12:
EIGEN_CI_CXX_COMPILER: clang++-12 EIGEN_CI_CXX_COMPILER: clang++-12
EIGEN_CI_TEST_CUDA_CLANG: "on" EIGEN_CI_TEST_CUDA_CLANG: "on"
# ######## HIP ################################################################### ######### HIP ##################################################################
# Note: these are currently build-only, until we get an AMD-supported runner. # Note: these are currently build-only, until we get an AMD-supported runner.
# ROCm HIP # ROCm HIP
@ -176,7 +176,7 @@ build:linux:rocm-latest:gcc-10:
EIGEN_CI_CXX_COMPILER: g++-10 EIGEN_CI_CXX_COMPILER: g++-10
EIGEN_CI_BUILD_TARGET: buildtests_gpu EIGEN_CI_BUILD_TARGET: buildtests_gpu
EIGEN_CI_ADDITIONAL_ARGS: -DEIGEN_TEST_HIP=on 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 ################################################################### ######## Arm ###################################################################