mirror of
https://github.com/curl/curl.git
synced 2026-04-14 21:41:41 +03:00
parent
57218d5327
commit
8b1b5cd4d2
2 changed files with 4 additions and 4 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -63,6 +63,10 @@
|
|||
%if bearssl
|
||||
313
|
||||
%endif
|
||||
# Secure Transport does not support CRL file
|
||||
%if sectransp
|
||||
313
|
||||
%endif
|
||||
%if WinIDN
|
||||
165
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue