From: Jason Ish Date: Wed, 16 Oct 2024 19:28:10 +0000 (-0600) Subject: github-ci: don't install cbindgen on centos stream 9 X-Git-Tag: suricata-7.0.8~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8810d7f190c9eca04dd60713c637f287c08c80d5;p=thirdparty%2Fsuricata.git github-ci: don't install cbindgen on centos stream 9 Not needed as this is a build from make dist, and providing cbindgen will force regeneration of the bindings. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 64cfe19bf6..902719a661 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -518,7 +518,6 @@ jobs: autoconf \ automake \ cargo-vendor \ - cbindgen \ diffutils \ numactl-devel \ dpdk-devel \