[CI] Isolate cache and ccache for CUDA 13.0 build

This commit is contained in:
YuBaoku
2026-03-18 11:41:46 +08:00
committed by GitHub
parent 9660f98837
commit 07543685ec
+2 -2
View File
@@ -146,8 +146,8 @@ jobs:
--cap-add=SYS_PTRACE --privileged --shm-size=64G \
-v $(pwd):/workspace -w /workspace \
-v "${CACHE_DIR}/gitconfig:/etc/gitconfig:ro" \
-v "${CACHE_DIR}/.cache:/root/.cache" \
-v "${CACHE_DIR}/.ccache:/root/.ccache" \
-v "${CACHE_DIR}/.cache_cu130:/root/.cache" \
-v "${CACHE_DIR}/.ccache_cu130:/root/.ccache" \
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
-e TZ="Asia/Shanghai" \
-e "COMPILE_ARCH=${compile_arch}" \