Just porting the job to Debian "bookworm" won't work:
../../../lib/dns/openssl_link.c:246:9: error: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
246 | ENGINE_load_builtin_engines();
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
only:
- main@isc-projects/bind9
- /^v9_[1-9][0-9]$/@isc-projects/bind9
-
-# Pairwise testing of ./configure options
-
-pairwise:
- <<: *base_image
- stage: build
- needs:
- - job: autoreconf
- artifacts: true
- script:
- - util/pairwise-testing.sh
- artifacts:
- paths:
- - pairwise-commands.txt
- - pairwise-model.txt
- - pairwise-output.*.txt
- when: on_failure
- only:
- variables:
- - $PAIRWISE_TESTING