From c1e3340b2387279770056b047539a9b6078fe893 Mon Sep 17 00:00:00 2001 From: Cheng Date: Sun, 7 Sep 2025 09:00:31 +0900 Subject: [PATCH] Set ccache size before building (#2570) --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 720f99fcc..a953db52a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 }}