Skip to content

Commit

Permalink
ci: Fix concurrency issues for macos buildsystem tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kumekay committed Jun 24, 2021
1 parent 6d9740b commit cc5a229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ before_script:
.before_script_macos:
before_script:
- source tools/ci/utils.sh
- export IDF_TOOLS_PATH="${HOME}/.espressif_runner_${CI_RUNNER_ID}_${CI_CONCURRENT_ID}"
- $IDF_PATH/tools/idf_tools.py install-python-env
# On macOS, these tools need to be installed
- $IDF_PATH/tools/idf_tools.py --non-interactive install cmake ninja
Expand Down

0 comments on commit cc5a229

Please sign in to comment.