From: Viktor Szakats Date: Sat, 8 Feb 2025 23:01:32 +0000 (+0100) Subject: GHA/windows: bump dl-mingw tests to `-j8` X-Git-Tag: curl-8_12_1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=032447e6249bf87958b16eb0c97874490b711ec7;p=thirdparty%2Fcurl.git GHA/windows: bump dl-mingw tests to `-j8` To match the rest of Windows jobs. dl-mingw, CM 9.5.0-x86_64 schannel: 4m24s -> 2m56s dl-mingw, CM 7.3.0-x86_64 schannel U: 4m37s -> 3m10s (based on a few runs.) Closes #16271 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index dd458b9ba9..8dabd34c82 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -487,7 +487,7 @@ jobs: timeout-minutes: 10 run: | PATH="$(cygpath "${USERPROFILE}")/my-cache/${{ matrix.dir }}/bin:/c/msys64/usr/bin:$PATH" - export TFLAGS='-j4 ~WebSockets ${{ matrix.tflags }}' + export TFLAGS='-j8 ~WebSockets ${{ matrix.tflags }}' if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")" fi