Skip to content

Commit fcca033

Browse files
committed
Merge branch 'ci/raise_macos_cache_to_50g' into 'master'
macOS runners - set CCACHE back to 50GB to help VMs See merge request espressif/esp-idf!39950
2 parents 7c1eacb + c2ff554 commit fcca033

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.gitlab/ci/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ pytest_build_system_macos:
234234
PYENV_VERSION: "3.9"
235235
# CCACHE_DIR: "/cache/idf_ccache". On macOS, you cannot write to this folder due to insufficient permissions.
236236
CCACHE_DIR: "" # ccache will use "$HOME/Library/Caches/ccache".
237-
CCACHE_MAXSIZE: "5G" # To preserve the limited Macbook storage. CCACHE automatically prunes old caches to fit the set limit.
238237
# Workaround for a bug in Parallels executor where CI_PROJECT_DIR is not an absolute path,
239238
# but a relative path to the build directory (builds/espressif/esp-idf instead of ~/builds/espressif/esp-idf.
240239
# GitLab sets the project dir to this template `<builds_dir>/<namespace>/<project_name>`

0 commit comments

Comments
 (0)