From c2ff554878151d008b39b3381ba5d53a1655ba83 Mon Sep 17 00:00:00 2001 From: Peter Macko Date: Tue, 17 Jun 2025 15:32:39 +0200 Subject: [PATCH] ci: macOS runners - set CCACHE back to 50GB to help VMs --- .gitlab/ci/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab/ci/build.yml b/.gitlab/ci/build.yml index 1c0c1d36bd..e160cf64a4 100644 --- a/.gitlab/ci/build.yml +++ b/.gitlab/ci/build.yml @@ -237,7 +237,6 @@ pytest_build_system_macos: PYENV_VERSION: "3.9" # CCACHE_DIR: "/cache/idf_ccache". On macOS, you cannot write to this folder due to insufficient permissions. CCACHE_DIR: "" # ccache will use "$HOME/Library/Caches/ccache". - CCACHE_MAXSIZE: "5G" # To preserve the limited Macbook storage. CCACHE automatically prunes old caches to fit the set limit. # Workaround for a bug in Parallels executor where CI_PROJECT_DIR is not an absolute path, # but a relative path to the build directory (builds/espressif/esp-idf instead of ~/builds/espressif/esp-idf. # GitLab sets the project dir to this template `//`