|
|
|
|
@ -797,7 +797,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
- run: tar zxvf suricata-*.tar.gz --strip-components=1
|
|
|
|
|
- name: ./configure
|
|
|
|
|
run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-ndpi --with-ndpi=$(pwd)/nDPI-4.14
|
|
|
|
|
run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-ndpi --with-ndpi=$(pwd)/nDPI-4.14 --enable-debug
|
|
|
|
|
- run: make -j ${{ env.CPUS }}
|
|
|
|
|
- run: make install
|
|
|
|
|
- run: make install-conf
|
|
|
|
|
@ -2813,7 +2813,7 @@ jobs:
|
|
|
|
|
path: prep
|
|
|
|
|
- uses: ./.github/actions/install-cbindgen
|
|
|
|
|
- run: ./autogen.sh
|
|
|
|
|
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-warnings --enable-netmap
|
|
|
|
|
- run: CFLAGS="${DEFAULT_CFLAGS}" ./configure --enable-warnings --enable-netmap --enable-debug
|
|
|
|
|
- run: make -j ${{ env.CPUS }}
|
|
|
|
|
- run: ./src/suricata --build-info | grep -E "Netmap support:\s+yes"
|
|
|
|
|
|
|
|
|
|
@ -3722,7 +3722,7 @@ jobs:
|
|
|
|
|
with:
|
|
|
|
|
name: dist
|
|
|
|
|
- run: tar xf suricata-*.tar.gz --strip-components=1
|
|
|
|
|
- run: ./configure --enable-pfring
|
|
|
|
|
- run: ./configure --enable-pfring --enable-debug
|
|
|
|
|
- run: make -j ${CPUS}
|
|
|
|
|
- run: make install
|
|
|
|
|
- run: test -e /usr/local/lib/suricata/pfring.so
|
|
|
|
|
|