From: Viktor Szakats Date: Fri, 7 Mar 2025 13:28:04 +0000 (+0100) Subject: GHA/windows: ignore flaky 2310 with MSVC again X-Git-Tag: curl-8_13_0~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cc4a23ee4d8d80b6415cb22e2f32f8c98f8a9b6;p=thirdparty%2Fcurl.git GHA/windows: ignore flaky 2310 with MSVC again Follow-up to 1bd5ac998bbc943dbf812b2824ad0f532201734c #16570 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3a5af0fba8..75ebd3d40a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -906,6 +906,7 @@ jobs: run: | export CURL_DIRSUFFIX='${{ matrix.type }}' export TFLAGS='-j8 ${{ matrix.tflags }} ~2302 ~2303 ~2307' + TFLAGS+=' ~2310' # flaky PATH="$PWD/bld/lib/${{ matrix.type }}:$PATH:/c/Program Files (x86)/stunnel/bin:/c/Program Files/OpenSSH-Win64" PATH="/c/msys64/usr/bin:$PATH" cmake --build bld --config '${{ matrix.type }}' --target test-ci