The new fedora-no-liboqs/test exercises fedora/test without liboqs. In
that case the hybrid-pqc-kx.sh test should be safely skipped.
Signed-off-by: Daiki Ueno <ueno@gnu.org>
- gnutls-prev-abi.tmp/
- compat_reports/
+fedora-no-liboqs/test:
+ extends:
+ - .test
+ - .fedora
+ dependencies:
+ - fedora/build
+ needs:
+ - fedora/build
+ script:
+ - |
+ cat > /etc/crypto-policies/local.d/gnutls-ktls.config <<EOF
+ [global]
+ ktls = true
+ EOF
+ update-crypto-policies
+ echo "SYSTEM=NORMAL" >> tests/system.prio
+ - dnf remove -y liboqs
+ - make -j$CHECKJOBS check
+
fedora-cross/bootstrap:
extends:
- .bootstrap