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 8784a3f commit 47fdd89
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-asn1:
runs-on: ubuntu-latest
env:
BUILD_OPTS: --enable-doc
container:
image: ghcr.io/p11-glue/p11-kit:master
steps:
# Checkout repo
- uses: actions/checkout@v2
with:
submodules: true
run: dnf erase libtasn1-devel
- uses: ./.github/actions/basic-autotools

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

0 comments on commit 47fdd89

Please sign in to comment.