]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: bump dl-mingw tests to `-j8`
authorViktor Szakats <commit@vsz.me>
Sat, 8 Feb 2025 23:01:32 +0000 (00:01 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 8 Feb 2025 23:34:40 +0000 (00:34 +0100)
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

.github/workflows/windows.yml

index dd458b9ba9a2666f79a67d64911557a27891f81c..8dabd34c826b9d90d4fc58f5f9772752c6f8241c 100644 (file)
@@ -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