Skip to content

Commit

Permalink
Add a build step to verify that building for AXE works without libssl…
Browse files Browse the repository at this point in the history
…-dev
  • Loading branch information
Jalle19 committed Jun 24, 2024
1 parent a015be8 commit 77b3fd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ jobs:
make clean
./configure --enable-linuxdvb --enable-dvbca --enable-dvbcsa --enable-netcv --enable-dvbapi --enable-axe CC=clang
make
- name: Build with --enable-axe, without libssl-dev
run: |
apt-get -y remove --purge libssl-dev
make clean
./configure --enable-axe --enable-dvbapi --enable-dvbcsa --disable-dvbca --disable-dvbaes --disable-netcv
make

0 comments on commit 77b3fd1

Please sign in to comment.