actions: test hwloc build

pull/13397/head
Lukas Sismis 8 months ago committed by Victor Julien
parent 49cd1206e8
commit 35c86ce800

@ -2375,7 +2375,7 @@ jobs:
path: prep
- uses: ./.github/actions/install-cbindgen
- run: ./autogen.sh
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-warnings --enable-dpdk
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-warnings --enable-dpdk --enable-hwloc
- run: make -j ${{ env.CPUS }}
- run: make check
# IDS config

Loading…
Cancel
Save