mirror of
https://github.com/curl/curl.git
synced 2026-07-25 14:47:26 +03:00
GHA: bump required test minimums
Ref: https://testclutch.curl.se/static/reports/feature-matrix.html Closes #21353
This commit is contained in:
parent
5e45e82bc9
commit
1701a8319e
7 changed files with 22 additions and 28 deletions
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
|
|
@ -32,7 +32,7 @@ permissions: {}
|
|||
env:
|
||||
MAKEFLAGS: -j 5
|
||||
CURL_CI: github
|
||||
CURL_TEST_MIN: 1600
|
||||
CURL_TEST_MIN: 1650
|
||||
# renovate: datasource=github-tags depName=libressl/portable versioning=semver registryUrl=https://github.com
|
||||
LIBRESSL_VERSION: 4.2.1
|
||||
# renovate: datasource=github-tags depName=wolfSSL/wolfssl versioning=semver extractVersion=^v?(?<version>.+)-stable$ registryUrl=https://github.com
|
||||
|
|
@ -241,7 +241,7 @@ jobs:
|
|||
- name: 'curl_global_init_mem debug valgrind'
|
||||
image: ubuntu-24.04-arm
|
||||
install_packages: valgrind
|
||||
tflags: '--min=1150'
|
||||
tflags: '--min=1700'
|
||||
configure: >-
|
||||
--enable-init-mem-debug
|
||||
--with-openssl --disable-debug --enable-unity
|
||||
|
|
@ -249,7 +249,7 @@ jobs:
|
|||
|
||||
- name: 'openssl https-only'
|
||||
image: ubuntu-24.04-arm
|
||||
tflags: '--min=1150'
|
||||
tflags: '--min=1240'
|
||||
configure: >-
|
||||
--with-openssl --enable-debug --disable-unity
|
||||
--disable-dict --disable-gopher --disable-ldap --disable-telnet
|
||||
|
|
@ -283,7 +283,7 @@ jobs:
|
|||
|
||||
- name: '!ssl !http !smtp !imap'
|
||||
image: ubuntu-24.04-arm
|
||||
tflags: '--min=475'
|
||||
tflags: '--min=495'
|
||||
configure: --without-ssl --enable-debug --disable-http --disable-smtp --disable-imap --disable-unity
|
||||
|
||||
- name: 'libressl Fil-C'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue