Skip to content

Commit c2ff554

Browse files
committed
ci: macOS runners - set CCACHE back to 50GB to help VMs
1 parent 2f4c5d2 commit c2ff554

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
@@ -237,7 +237,6 @@ pytest_build_system_macos:
237237
PYENV_VERSION: "3.9"
238238
# CCACHE_DIR: "/cache/idf_ccache". On macOS, you cannot write to this folder due to insufficient permissions.
239239
CCACHE_DIR: "" # ccache will use "$HOME/Library/Caches/ccache".
240-
CCACHE_MAXSIZE: "5G" # To preserve the limited Macbook storage. CCACHE automatically prunes old caches to fit the set limit.
241240
# Workaround for a bug in Parallels executor where CI_PROJECT_DIR is not an absolute path,
242241
# but a relative path to the build directory (builds/espressif/esp-idf instead of ~/builds/espressif/esp-idf.
243242
# GitLab sets the project dir to this template `<builds_dir>/<namespace>/<project_name>`

0 commit comments

Comments
 (0)