mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 18:28:10 +09:00
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:
@@ -198,7 +198,11 @@ fedora/openssl_3.0.x/x86_64/minimal:
|
|||||||
-DWITH_GEX=OFF .. &&
|
-DWITH_GEX=OFF .. &&
|
||||||
make -j$(nproc)
|
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:
|
fedora/valgrind:
|
||||||
|
variables:
|
||||||
|
CMAKE_ADDITIONAL_OPTIONS: -DWITH_PKCS11_URI=OFF
|
||||||
extends: .fedora
|
extends: .fedora
|
||||||
stage: analysis
|
stage: analysis
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user