Skip to content

Commit 1fa6d49

Browse files
committed
ci: remove idf-env.json before install.sh for macos jobs
1 parent dca0465 commit 1fa6d49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab/ci/common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ variables:
223223
- *common-before_scripts
224224
# On macOS, these tools need to be installed
225225
- 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
226228
- $IDF_PATH/tools/idf_tools.py --non-interactive install cmake ninja
227229
# This adds tools (compilers) and the version-specific Python environment to PATH
228230
- *setup_tools_and_idf_python_venv

0 commit comments

Comments
 (0)