ci: macOS runners - set CCACHE back to 50GB to help VMs

This commit is contained in:
Peter Macko
2025-06-17 15:32:39 +02:00
parent adb3f2a580
commit d7ac3c7c80
+1 -1
View File
@@ -237,7 +237,7 @@ 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.
build_docker:
extends:
- .before_script:minimal