From: Viktor Szakats Date: Mon, 10 Mar 2025 18:26:40 +0000 (+0100) Subject: DISABLED: add 313 for sectransp (move from GHA/macos) X-Git-Tag: curl-8_13_0~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b1b5cd4d2df3a8c2c0108d1d2b5d519b7ece23e;p=thirdparty%2Fcurl.git DISABLED: add 313 for sectransp (move from GHA/macos) Closes #16660 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index eb511c53a9..38d3508e6b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 diff --git a/tests/data/DISABLED b/tests/data/DISABLED index d80b43d04a..5c89255509 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -63,6 +63,10 @@ %if bearssl 313 %endif +# Secure Transport does not support CRL file +%if sectransp +313 +%endif %if WinIDN 165 %endif