mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:03:36 +03:00
GHA: bump test minimums (more)
Follow-up to 701a8319ec96c0b73c39e16c5db68dd758419c2 #21353 Closes #21382
This commit is contained in:
parent
1fbffe7f08
commit
85e825770a
5 changed files with 35 additions and 33 deletions
14
.github/workflows/windows.yml
vendored
14
.github/workflows/windows.yml
vendored
|
|
@ -76,6 +76,7 @@ jobs:
|
|||
run:
|
||||
shell: D:\cygwin\bin\bash.exe '{0}' # zizmor: ignore[misfeature]
|
||||
env:
|
||||
CURL_TEST_MIN: 1850
|
||||
LDFLAGS: -s
|
||||
MAKEFLAGS: -j 5
|
||||
SHELLOPTS: 'igncr'
|
||||
|
|
@ -249,7 +250,7 @@ jobs:
|
|||
include:
|
||||
# MSYS
|
||||
- { name: '!proxy',
|
||||
build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '--min=1600',
|
||||
build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '--min=1620',
|
||||
config: '--enable-debug --with-openssl --disable-threaded-resolver --disable-proxy --enable-ntlm',
|
||||
install: 'openssl-devel libssh2-devel' }
|
||||
- { name: 'default',
|
||||
|
|
@ -273,16 +274,16 @@ jobs:
|
|||
config: '--enable-debug --with-openssl --enable-windows-unicode --enable-ares --enable-static --disable-shared --enable-ca-native --enable-ntlm',
|
||||
install: 'mingw-w64-ucrt-x86_64-c-ares mingw-w64-ucrt-x86_64-openssl mingw-w64-ucrt-x86_64-nghttp3 mingw-w64-ucrt-x86_64-libssh2' }
|
||||
- { name: 'schannel c-ares U', type: 'Debug',
|
||||
build: 'cmake' , sys: 'mingw64' , env: 'x86_64' , tflags: '--min=1700',
|
||||
build: 'cmake' , sys: 'mingw64' , env: 'x86_64' , tflags: '--min=1720',
|
||||
config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON -DENABLE_ARES=ON -DCURL_DROP_UNUSED=ON',
|
||||
install: 'mingw-w64-x86_64-c-ares mingw-w64-x86_64-libssh2' }
|
||||
# MinGW torture
|
||||
- { name: 'schannel U torture 1', type: 'Debug',
|
||||
build: 'cmake' , sys: 'ucrt64' , env: 'ucrt-x86_64' , tflags: '-t --shallow=13 --min=700 1 to 950' ,
|
||||
build: 'cmake' , sys: 'ucrt64' , env: 'ucrt-x86_64' , tflags: '-t --shallow=13 --min=820 1 to 950',
|
||||
config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON -DENABLE_ARES=ON',
|
||||
install: 'mingw-w64-ucrt-x86_64-c-ares mingw-w64-ucrt-x86_64-libssh2' }
|
||||
- { name: 'schannel U torture 2', type: 'Debug',
|
||||
build: 'cmake' , sys: 'ucrt64' , env: 'ucrt-x86_64' , tflags: '-t --shallow=13 --min=700 951 to 9999',
|
||||
build: 'cmake' , sys: 'ucrt64' , env: 'ucrt-x86_64' , tflags: '-t --shallow=13 --min=820 951 to 9999',
|
||||
config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=ON -DENABLE_ARES=ON',
|
||||
install: 'mingw-w64-ucrt-x86_64-c-ares mingw-w64-ucrt-x86_64-libssh2' }
|
||||
# WARNING: libssh uses hard-coded world-writable paths (C:ProgramData/, /etc/..., ~/.ssh/)
|
||||
|
|
@ -566,7 +567,7 @@ jobs:
|
|||
run:
|
||||
shell: msys2 {0} # zizmor: ignore[misfeature]
|
||||
env:
|
||||
CURL_TEST_MIN: 1600
|
||||
CURL_TEST_MIN: 1630
|
||||
LDFLAGS: -s
|
||||
MAKEFLAGS: -j 5
|
||||
MATRIX_DIR: '${{ matrix.dir }}'
|
||||
|
|
@ -921,6 +922,7 @@ jobs:
|
|||
type: 'Debug'
|
||||
image: 'windows-2025-vs2026'
|
||||
chkprefill: '_chkprefill'
|
||||
tflags: '--min=1850'
|
||||
config: >-
|
||||
-DENABLE_DEBUG=ON
|
||||
-DCURL_USE_OPENSSL=ON -DUSE_NGTCP2=ON
|
||||
|
|
@ -957,7 +959,7 @@ jobs:
|
|||
type: 'Debug'
|
||||
image: 'windows-11-arm'
|
||||
openssh: 'OpenSSH-Windows'
|
||||
tflags: '--min=1700'
|
||||
tflags: '--min=1720'
|
||||
# leave SMB disabled to save 30-60 seconds by omitting prereqs,
|
||||
# to counteract the slower test run step
|
||||
config: >-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue