mirror of
https://github.com/curl/curl.git
synced 2026-07-20 03:57:16 +03:00
GHA/macos: ignore test 311 results for Homebrew wolfSSL
Homebrew is distributing v5.9.2 at the time of this commit, which contains known regression failing to parse the server certificate. The fix has been merged upstream. Till it makes it into a release and Homebrew, ignore test results for 311. Refs: https://github.com/wolfSSL/wolfssl/pull/107937dd269fc52Follow-up to03f9751585#22204 #22175 #22160 Closes #22269
This commit is contained in:
parent
6e5f94cd5d
commit
7183bec8fe
1 changed files with 1 additions and 0 deletions
1
.github/workflows/macos.yml
vendored
1
.github/workflows/macos.yml
vendored
|
|
@ -343,6 +343,7 @@ jobs:
|
|||
install: brotli wolfssl zstd
|
||||
install_steps: pytest
|
||||
generate: -DCURL_USE_WOLFSSL=ON -DCURL_DISABLE_LDAP=ON -DUSE_ECH=ON -DCURL_ENABLE_NTLM=ON
|
||||
tflags: '~311' # fails on wolfSSL v5.9.2, fixed in upcoming release
|
||||
|
||||
- name: 'mbedTLS !ldap brotli zstd MultiSSL AppleIDN'
|
||||
compiler: llvm@18
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue