mirror of
https://github.com/curl/curl.git
synced 2026-06-05 20:44:14 +03:00
GHA: disable MQTT and WebSocket tests in Windows jobs
Trying to figure out which category is causing the remaining hangs.
Follow-up to def7d05382
Closes #13860
This commit is contained in:
parent
0887297100
commit
03bd16e533
1 changed files with 3 additions and 3 deletions
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
|
|
@ -232,7 +232,7 @@ jobs:
|
|||
timeout-minutes: 30
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
export TFLAGS='-j14 !TFTP ${{ matrix.tflags }}'
|
||||
export TFLAGS='-j14 !TFTP !MQTT !WebSockets ${{ matrix.tflags }}'
|
||||
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
|
||||
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
|
||||
fi
|
||||
|
|
@ -296,7 +296,7 @@ jobs:
|
|||
timeout-minutes: 40
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
export TFLAGS='-j14 !TFTP ${{ matrix.tflags }}'
|
||||
export TFLAGS='-j14 !TFTP !MQTT !WebSockets ${{ matrix.tflags }}'
|
||||
if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
|
||||
TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
|
||||
fi
|
||||
|
|
@ -466,6 +466,6 @@ jobs:
|
|||
timeout-minutes: 30
|
||||
shell: bash
|
||||
run: |
|
||||
export TFLAGS='-j14 !TFTP ${{ matrix.tflags }}'
|
||||
export TFLAGS='-j14 !TFTP !MQTT !WebSockets ${{ matrix.tflags }}'
|
||||
ls bld/lib/*.dll >/dev/null 2>&1 && cp -f -p bld/lib/*.dll bld/tests/libtest/
|
||||
cmake --build bld --config '${{ matrix.type }}' --target test-ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue