Modify the CentOS 9 Stream build to not have cbdingen available, as
its already building from the dist. But add a "make clean" followed
by a "make" to test that it still builds after a clean.
autoconf \
automake \
cargo-vendor \
- cbindgen \
diffutils \
numactl-devel \
dpdk-devel \
- run: python3 ./suricata-verify/run.py -q --debug-failed
- run: suricata-update -V
- run: suricatasc -h
+ # Test build after clean.
+ - run: make clean
+ - run: make -j ${{ env.CPUS }}
centos-stream8:
name: CentOS Stream 8