Skip to content

Commit f47cf3c

Browse files
committed
github-ci: finish removing cppclean
Completes commit 2d308c0.
1 parent bd89aca commit f47cf3c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/builds.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)