You have a workflow that uses this image:
- { name: 'Fedora 40', container: 'fedora-40-amd64', backend: 'Botan', botan_ver: '3.3.0', pqc: On, gpg_ver: 'system' }
However, the code from PR #2355 requires at least botan 3.6.0 when PQC is enabled.
I suggest that you either turn pqc: Off for above image, or that you change botan_ver to 3.6.0 (or higher).
Which one do you prefer @ni4
Example failing workflow:
https://github.com/rnpgp/rnp/actions/runs/26102542153/job/76757268622?pr=2355
You have a workflow that uses this image:
- { name: 'Fedora 40', container: 'fedora-40-amd64', backend: 'Botan', botan_ver: '3.3.0', pqc: On, gpg_ver: 'system' }
However, the code from PR #2355 requires at least botan 3.6.0 when PQC is enabled.
I suggest that you either turn pqc: Off for above image, or that you change botan_ver to 3.6.0 (or higher).
Which one do you prefer @ni4
Example failing workflow:
https://github.com/rnpgp/rnp/actions/runs/26102542153/job/76757268622?pr=2355