mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Run unit tests with PKCS#11-aware OpenSSL
This commit is contained in:
parent
cdad654ef8
commit
27babd5fa9
1 changed files with 4 additions and 0 deletions
|
|
@ -1471,6 +1471,10 @@ system:gcc:ossl3:trixie:amd64:
|
|||
artifacts: true
|
||||
|
||||
unit:gcc:ossl3:amd64:
|
||||
# Set up environment variables to run unit tests with PKCS#11-aware OpenSSL
|
||||
variables:
|
||||
OPENSSL_CONF: "/var/tmp/etc/openssl-provider.cnf"
|
||||
SOFTHSM2_CONF: "/var/tmp/softhsm2/softhsm2.conf"
|
||||
<<: *debian_trixie_amd64_image
|
||||
<<: *unit_test_job
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue