]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: test make after clean without cbindgen
authorJason Ish <jason.ish@oisf.net>
Mon, 15 Apr 2024 18:00:34 +0000 (12:00 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 27 May 2024 22:44:54 +0000 (16:44 -0600)
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.

.github/workflows/builds.yml

index 297b281dff88681f9f173992f7ceca264a06f821..cf296200dc7395cb2ce450445eb6401d5df425e2 100644 (file)
@@ -551,7 +551,6 @@ jobs:
                 autoconf \
                 automake \
                 cargo-vendor \
-                cbindgen \
                 diffutils \
                 numactl-devel \
                 dpdk-devel \
@@ -610,6 +609,9 @@ jobs:
       - 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