ci: Fix concurrency issues for macos buildsystem tests

This commit is contained in:
Sergei Silnov 2021-06-23 13:34:01 +02:00 committed by bot
parent 54b25318cd
commit fd9bfb42a1

View File

@ -108,6 +108,7 @@ before_script:
before_script: before_script:
- source tools/ci/utils.sh - source tools/ci/utils.sh
- apply_bot_filter - apply_bot_filter
- export IDF_TOOLS_PATH="${HOME}/.espressif_runner_${CI_RUNNER_ID}_${CI_CONCURRENT_ID}"
- $IDF_PATH/tools/idf_tools.py install-python-env - $IDF_PATH/tools/idf_tools.py install-python-env
# On macOS, these tools need to be installed # On macOS, these tools need to be installed
- $IDF_PATH/tools/idf_tools.py --non-interactive install cmake ninja - $IDF_PATH/tools/idf_tools.py --non-interactive install cmake ninja