Skip to content

Commit

Permalink
actions: test hwloc build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Sismis authored and lukashino committed Dec 20, 2024
1 parent 8bfe1e2 commit 7714780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2674,7 +2674,7 @@ jobs:
- run: tar xf prep/libhtp.tar.gz
- 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
Expand Down

0 comments on commit 7714780

Please sign in to comment.