Set ccache size before building (#2570)

This commit is contained in:
Cheng
2025-09-07 09:00:31 +09:00
committed by GitHub
parent 8f163a367d
commit c1e3340b23

View File

@@ -230,6 +230,9 @@ jobs:
sudo mv ccache-4.11.3-linux-x86_64/ccache /usr/bin/ccache
rm -rf ccache-4.11.3-linux-x86_64
curl -LsSf https://astral.sh/uv/install.sh | sh
- run:
name: Set CCache size
command: ccache --max-size 1G
- run:
name: Install Python package
command: |
@@ -260,7 +263,6 @@ jobs:
command: |
ccache --show-stats
ccache --zero-stats
ccache --max-size 400MB
ccache --cleanup
- save_cache:
key: cuda-<< parameters.image_date >>-{{ arch }}-{{ epoch }}