From 124b7a5ab7b8cbe6f82738448f671c9a3834cf07 Mon Sep 17 00:00:00 2001 From: kcgen Date: Thu, 23 Jun 2022 06:53:27 -0700 Subject: [PATCH] Let MSYS2 non-release CI jobs retry up to 10 times This is (hopefully) a temporary work-around for the intermittent Python 3.10 symbol extractor failure under MSYS2, reported in ticket: https://github.com/msys2/MINGW-packages/issues/11864 --- .github/workflows/windows-meson-msys2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-meson-msys2.yml b/.github/workflows/windows-meson-msys2.yml index 319947e86f..c284e424c4 100644 --- a/.github/workflows/windows-meson-msys2.yml +++ b/.github/workflows/windows-meson-msys2.yml @@ -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