Skip to content

Commit

Permalink
Add case to debug Botan 3.1.1 test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Feb 4, 2024
1 parent 8c433ee commit 622ada5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/centos-and-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
# Coverage report for OpenSSL 3.0 backend with disabled algos
- image: { name: 'Fedora 36', container: 'fedora-36-amd64', gpg_ver: stable, backend: OpenSSL }
env: { CC: gcc, CXX: g++, BUILD_MODE: coverage, SHARED_LIBS: on, idea: Off, sm2: Off, two: Off, blow: Off, rmd: Off }
# Debug failure/crash
- image: { name: 'Fedora 36', container: 'fedora-36-amd64', gpg_ver: 'system', backend: 'Botan', botan_ver: '3.1.1' }
env: { CC: clang, CXX: clang++, BUILD_MODE: sanitize, SHARED_LIBS: on }


container: ghcr.io/rnpgp/ci-rnp-${{ matrix.image.container }}
Expand Down

0 comments on commit 622ada5

Please sign in to comment.