]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: finish removing cppclean
authorJason Ish <jason.ish@oisf.net>
Wed, 30 Jul 2025 16:05:26 +0000 (10:05 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 1 Aug 2025 16:54:17 +0000 (10:54 -0600)
Completes commit 2d308c000d58dbf5323599fc7f1694e14f1f375b.

.github/workflows/builds.yml

index 5e02ef23ba1566c597a4fca595d9939c9023e619..e35078835e579730960df2cb0e5bad76665528bc 100644 (file)
@@ -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