Disable ROCm job cache.

(cherry picked from commit 3bd0bfe0e0)
This commit is contained in:
Antonio Sánchez
2025-10-11 23:29:42 +00:00
committed by Antonio Sanchez
parent 9ad6809b32
commit c9c2c1300a

View File

@@ -176,6 +176,8 @@ 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.
######## Arm ###################################################################