Skip to content

Commit

Permalink
Let MSYS2 non-release CI jobs retry up to 10 times
Browse files Browse the repository at this point in the history
This is (hopefully) a temporary work-around for the intermittent
Python 3.10 symbol extractor failure under MSYS2, reported in
ticket: msys2/MINGW-packages#11864
  • Loading branch information
kcgen committed Jun 23, 2022
1 parent 0fd73e8 commit 124b7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-meson-msys2.yml
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Build
run: |
set -xo pipefail
scripts/retry_command.sh 2 meson compile -C build |& tee build.log
scripts/retry_command.sh 10 meson compile -C build |& tee build.log
ccache -s
#
# Reason for retry is due to intermittent Python symbol extractor failure
Expand Down

0 comments on commit 124b7a5

Please sign in to comment.