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 dca0465 commit 1fa6d49Copy full SHA for 1fa6d49
.gitlab/ci/common.yml
@@ -223,6 +223,8 @@ variables:
223
- *common-before_scripts
224
# On macOS, these tools need to be installed
225
- export IDF_TOOLS_PATH="${HOME}/.espressif_runner_${CI_RUNNER_ID}_${CI_CONCURRENT_ID}"
226
+ # remove idf-env.json, since it may contains enabled "features"
227
+ - rm -f $IDF_TOOLS_PATH/idf-env.json
228
- $IDF_PATH/tools/idf_tools.py --non-interactive install cmake ninja
229
# This adds tools (compilers) and the version-specific Python environment to PATH
230
- *setup_tools_and_idf_python_venv
0 commit comments