]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
DISABLED: add 313 for sectransp (move from GHA/macos)
authorViktor Szakats <commit@vsz.me>
Mon, 10 Mar 2025 18:26:40 +0000 (19:26 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 10 Mar 2025 19:58:06 +0000 (20:58 +0100)
Closes #16660

.github/workflows/macos.yml
tests/data/DISABLED

index eb511c53a90777abd608d7e1a6897ebb20e7d1b7..38d3508e6b0432ea4db13533a1e27284233fca71 100644 (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
index d80b43d04aba8422836b92bd1aec057580ce4a25..5c892555090ff75714820917a5f9cccb598af149 100644 (file)
 %if bearssl
 313
 %endif
+# Secure Transport does not support CRL file
+%if sectransp
+313
+%endif
 %if WinIDN
 165
 %endif