We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54088b commit 82c198dCopy full SHA for 82c198d
1 file changed
.github/workflows/builds.yml
@@ -148,11 +148,9 @@ jobs:
148
- name: Configuring
149
run: |
150
./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 }}"
+ CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-warnings --enable-non-bundled-htp --with-libhtp-includes=/opt/htp/include --with-libhtp-libraries=/opt/htp/lib
+ - name: Building
+ run: make -j ${{ env.CPUS }}
156
157
almalinux-9:
158
name: AlmaLinux 9
0 commit comments