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.
1 parent 2f4c5d2 commit c2ff554Copy full SHA for c2ff554
.gitlab/ci/build.yml
@@ -237,7 +237,6 @@ pytest_build_system_macos:
237
PYENV_VERSION: "3.9"
238
# CCACHE_DIR: "/cache/idf_ccache". On macOS, you cannot write to this folder due to insufficient permissions.
239
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.
241
# Workaround for a bug in Parallels executor where CI_PROJECT_DIR is not an absolute path,
242
# but a relative path to the build directory (builds/espressif/esp-idf instead of ~/builds/espressif/esp-idf.
243
# GitLab sets the project dir to this template `<builds_dir>/<namespace>/<project_name>`
0 commit comments