The base image is in the process of being upgraded from Debian Buster to
Debian Bullseye, which has SoftHSM v2.6, the same SoftHSM version we
already test PKCS#11 with on Fedora. We don't need to test with two
SoftHSM 2.6 versions, drop CI jobs running on the base image.
- job: clang:buster:amd64
artifacts: true
-# Jobs for PKCS#11-enabled GCC builds on Debian "sid" (amd64)
-
-gcc:softhsm2.4:
- variables:
- CC: gcc
- CFLAGS: "${CFLAGS_COMMON}"
- EXTRA_CONFIGURE: "--enable-native-pkcs11 --with-pkcs11=/usr/lib/softhsm/libsofthsm2.so"
- <<: *base_image
- <<: *build_job
-
-system:gcc:softhsm2.4:
- <<: *base_image
- <<: *system_test_job
- needs:
- - job: gcc:softhsm2.4
- artifacts: true
-
-unit:gcc:softhsm2.4:
- <<: *base_image
- <<: *unit_test_job
- needs:
- - job: gcc:softhsm2.4
- artifacts: true
-
# Jobs for PKCS#11-enabled GCC builds on Fedora 34 (amd64)
gcc:softhsm2.6: