DISABLED: add 313 for sectransp (move from GHA/macos)

Closes #16660
This commit is contained in:
Viktor Szakats 2025-03-10 19:26:40 +01:00
parent 57218d5327
commit 8b1b5cd4d2
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 4 additions and 4 deletions

View file

@ -320,10 +320,6 @@ jobs:
export TFLAGS='-j20 ${{ matrix.build.tflags }}'
if [ -z '${{ matrix.build.torture }}' ]; then
TFLAGS+=' ~2037 ~2041' # flaky
if [[ '${{ matrix.build.configure }}' = *'--with-secure-transport'* || \
'${{ matrix.build.generate }}' = *'-DCURL_USE_SECTRANSP=ON'* ]]; then
TFLAGS+=' ~313' # Secure Transport does not support crl file
fi
fi
source $HOME/venv/bin/activate
rm -f $HOME/.curlrc

View file

@ -63,6 +63,10 @@
%if bearssl
313
%endif
# Secure Transport does not support CRL file
%if sectransp
313
%endif
%if WinIDN
165
%endif