From: Jason Ish Date: Wed, 30 Jul 2025 16:05:26 +0000 (-0600) Subject: github-ci: finish removing cppclean X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ffa1766742ed516b92cbd89beca044a3819e7306;p=thirdparty%2Fsuricata.git github-ci: finish removing cppclean Completes commit 2d308c000d58dbf5323599fc7f1694e14f1f375b. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 5e02ef23ba..e35078835e 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -328,9 +328,6 @@ jobs: DISTCHECK_CONFIGURE_FLAGS: "--enable-unittests --enable-debug --enable-geoip --enable-profiling --enable-profiling-locks --enable-dpdk" MAKEFLAGS: "-j ${{ env.CPUS }}" - run: test -e doc/userguide/suricata.1 - - name: Checking includes - run: | - cppclean src/*.h | grep "does not need to be #included" | python3 scripts/cppclean_check.py - name: Building Rust documentation run: make doc working-directory: rust @@ -654,9 +651,6 @@ jobs: ./autogen.sh CFLAGS="${DEFAULT_CFLAGS}" ./configure - run: make -j ${{ env.CPUS }} check - - name: Checking includes - run: | - cppclean src/*.h | grep "does not need to be #included" | python3 scripts/cppclean_check.py - run: make install - run: suricatasc -h - run: suricata-update -V