We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8638387 commit 78a347aCopy full SHA for 78a347a
1 file changed
.github/workflows/xmlsec.yml
@@ -146,5 +146,12 @@ jobs:
146
run: |
147
export PKG_CONFIG_PATH=/opt/nettle/lib64/pkgconfig:/opt/nettle/lib/pkgconfig:/opt/gnutls/lib/pkgconfig:$PKG_CONFIG_PATH
148
export LD_LIBRARY_PATH=/opt/nettle/lib64:/opt/nettle/lib:/opt/gnutls/lib:$LD_LIBRARY_PATH
149
+ if [[ "${{ matrix.xmlsec_ref }}" == "master" ]]; then
150
+ # Master branch added post-quantum crypto tests (ML-DSA, SLH-DSA) that are not
151
+ # supported by gnutls-wolfssl, causing success rate to drop below 80% threshold.
152
+ # This variable bypasses the percentage check for intentionally unsupported features.
153
+ export XMLSEC_TEST_IGNORE_PERCENT_SUCCESS=1
154
+ fi
155
+
156
make check
157
find /tmp -name "*.log" | xargs grep wgw
0 commit comments