ci: Skip PKCS#11 tests under valgrind

The pkcs11 tests bring a lot of dependencies that are outside of our control
(openssl, engine_pkcs11, pkcs11_provider, p11-kit, softhsm, ...) and that might
always not handle the memory well.

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
Jakub Jelen
2023-04-27 17:16:35 +02:00
parent da815b641b
commit 241c1ed91a

View File

@@ -198,7 +198,11 @@ fedora/openssl_3.0.x/x86_64/minimal:
-DWITH_GEX=OFF .. &&
make -j$(nproc)
# The PKCS#11 support is turned off as it brings dozens of memory issues from
# engine_pkcs11 or openssl itself
fedora/valgrind:
variables:
CMAKE_ADDITIONAL_OPTIONS: -DWITH_PKCS11_URI=OFF
extends: .fedora
stage: analysis
script: