From 85031e7580bac1c49334341c4b9050b9af8a6317 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 20 Nov 2024 16:38:43 -0600 Subject: [PATCH] github-ci: add bindgen as a system dependency --- .github/workflows/builds.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index b5f6786c73b6..da7a44bf34e6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -93,6 +93,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen-cli \ cargo-vendor \ cbindgen \ diffutils \ @@ -250,6 +251,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen \ cbindgen \ diffutils \ numactl-devel \ @@ -344,6 +346,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen \ cargo-vendor \ cbindgen \ diffutils \ @@ -684,6 +687,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen \ cbindgen \ ccache \ clang \ @@ -781,6 +785,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen \ cargo \ cbindgen \ ccache \ @@ -880,6 +885,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen \ cargo \ cbindgen \ ccache \ @@ -977,6 +983,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen \ cargo \ cbindgen \ ccache \ @@ -1071,6 +1078,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen \ cargo \ cbindgen \ ccache \ @@ -1155,6 +1163,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen \ cargo \ cbindgen \ ccache \ @@ -1253,6 +1262,7 @@ jobs: dnf -y install \ autoconf \ automake \ + bindgen \ cargo \ cbindgen \ clang \ @@ -1375,6 +1385,7 @@ jobs: apt -y install \ autoconf \ automake \ + bindgen \ build-essential \ cargo \ cbindgen \ @@ -1807,6 +1818,7 @@ jobs: apt update apt -y install \ libpcre2-dev \ + bindgen \ build-essential \ autoconf \ automake \ @@ -1894,6 +1906,7 @@ jobs: apt update apt -y install \ libpcre2-dev \ + bindgen \ build-essential \ autoconf \ automake \ @@ -2819,6 +2832,7 @@ jobs: apt -y install \ autoconf \ automake \ + bindgen \ build-essential \ cmake \ curl \ @@ -2904,6 +2918,7 @@ jobs: apt -y install \ automake \ autoconf \ + bindgen \ build-essential \ ccache \ curl \