File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -328,9 +328,6 @@ jobs:
328328 DISTCHECK_CONFIGURE_FLAGS : " --enable-unittests --enable-debug --enable-geoip --enable-profiling --enable-profiling-locks --enable-dpdk"
329329 MAKEFLAGS : " -j ${{ env.CPUS }}"
330330 - run : test -e doc/userguide/suricata.1
331- - name : Checking includes
332- run : |
333- cppclean src/*.h | grep "does not need to be #included" | python3 scripts/cppclean_check.py
334331 - name : Building Rust documentation
335332 run : make doc
336333 working-directory : rust
@@ -654,9 +651,6 @@ jobs:
654651 ./autogen.sh
655652 CFLAGS="${DEFAULT_CFLAGS}" ./configure
656653 - run : make -j ${{ env.CPUS }} check
657- - name : Checking includes
658- run : |
659- cppclean src/*.h | grep "does not need to be #included" | python3 scripts/cppclean_check.py
660654 - run : make install
661655 - run : suricatasc -h
662656 - run : suricata-update -V
You can’t perform that action at this time.
0 commit comments