- job: clang:bookworm:amd64
artifacts: true
-# Jobs for PKCS#11-enabled builds
-
-gcc:softhsm2.6:
- variables:
- CC: gcc
- CFLAGS: "${CFLAGS_COMMON} -O1"
- EXTRA_CONFIGURE: "--with-libidn2 --enable-native-pkcs11 --with-pkcs11=/usr/lib/softhsm/libsofthsm2.so"
- <<: *debian_bookworm_amd64_image
- <<: *build_job
-
-system:gcc:softhsm2.6:
- variables:
- DISABLE_ALGORITHM_SUPPORT_CHECKING: 1
- <<: *debian_bookworm_amd64_image
- <<: *system_test_job
- needs:
- - job: gcc:softhsm2.6
- artifacts: true
-
-unit:gcc:softhsm2.6:
- <<: *debian_bookworm_amd64_image
- <<: *unit_test_job
- needs:
- - job: gcc:softhsm2.6
- artifacts: true
-
# Jobs for Clang builds on FreeBSD 13 (amd64)
clang:freebsd13:amd64: