mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 05:04:33 +02:00
Merge branch 'ci/raise_macos_cache_to_50g_v5.2' into 'release/v5.2'
macOS runners - set CCACHE back to 50GB to help VMs (v5.2) See merge request espressif/esp-idf!40278
This commit is contained in:
@@ -558,7 +558,7 @@ pytest_build_system_macos:
|
|||||||
PYENV_VERSION: "3.8"
|
PYENV_VERSION: "3.8"
|
||||||
# CCACHE_DIR: "/cache/idf_ccache". On macOS, you cannot write to this folder due to insufficient permissions.
|
# 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_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:
|
build_docker:
|
||||||
extends:
|
extends:
|
||||||
- .before_script:minimal
|
- .before_script:minimal
|
||||||
|
Reference in New Issue
Block a user