Skip to content

Commit 82c198d

Browse files
committed
fxiup
1 parent f54088b commit 82c198d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/builds.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,9 @@ jobs:
148148
- name: Configuring
149149
run: |
150150
./autogen.sh
151-
CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-warnings
152-
- run: make -j ${{ env.CPUS }} distcheck
153-
env:
154-
DISTCHECK_CONFIGURE_FLAGS: "--enable-unittests --enable-debug --enable-geoip --enable-profiling --enable-profiling-locks --enable-dpdk"
155-
MAKEFLAGS: "-j ${{ env.CPUS }}"
151+
CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-warnings --enable-non-bundled-htp --with-libhtp-includes=/opt/htp/include --with-libhtp-libraries=/opt/htp/lib
152+
- name: Building
153+
run: make -j ${{ env.CPUS }}
156154

157155
almalinux-9:
158156
name: AlmaLinux 9

0 commit comments

Comments
 (0)