From 47fdd898545b965e85b979e824414a7f99e85aaa Mon Sep 17 00:00:00 2001 From: Zoltan Fridrich Date: Mon, 2 Oct 2023 15:10:11 +0200 Subject: [PATCH] Add CI test for building without ASN.1 Signed-off-by: Zoltan Fridrich --- .github/workflows/test.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 626cab5e2..ef9cb2cb3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: