Skip to content

Commit

Permalink
Add CI test for building without ASN.1
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Fridrich <[email protected]>
  • Loading branch information
ZoltanFridrich committed Oct 2, 2023
1 parent 8d9bcae commit cbc1128
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ jobs:
submodules: true
- uses: ./.github/actions/basic-autotools

autotools-without-libtasn1:
runs-on: ubuntu-latest
env:
BUILD_OPTS: --enable-doc --without-libtasn1 --without-trust-paths
container:
image: ghcr.io/p11-glue/p11-kit:master
steps:
# Checkout repo
- uses: actions/checkout@v2
with:
submodules: true
- run: dnf remove -y libtasn1-devel
- uses: ./.github/actions/basic-autotools

address-sanitizer:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit cbc1128

Please sign in to comment.