From 241c1ed91a51db0c0df5b704dae055b2b8526f2b Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 27 Apr 2023 17:16:35 +0200 Subject: [PATCH] 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 Reviewed-by: Norbert Pocs --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f79c8d0..8e36b778 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: