We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c1eacb + c2ff554 commit fcca033Copy full SHA for fcca033
.gitlab/ci/build.yml
@@ -234,7 +234,6 @@ pytest_build_system_macos:
234
PYENV_VERSION: "3.9"
235
# CCACHE_DIR: "/cache/idf_ccache". On macOS, you cannot write to this folder due to insufficient permissions.
236
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.
238
# Workaround for a bug in Parallels executor where CI_PROJECT_DIR is not an absolute path,
239
# but a relative path to the build directory (builds/espressif/esp-idf instead of ~/builds/espressif/esp-idf.
240
# GitLab sets the project dir to this template `<builds_dir>/<namespace>/<project_name>`
0 commit comments