Skip to content

Commit acd302d

Browse files
committed
containers: add bindgen to CI images
Add rust-bindgen / bindgen to the various CI images that pull in Rust. Signed-off-by: David Rheinsberg <david@readahead.eu>
1 parent 4aa7bea commit acd302d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/containers/docker-bake.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ target "virtual-ci-c-util" {
114114
CAB_DNF_PACKAGES = join(",", [
115115
"audit-libs-devel",
116116
"bash",
117+
"bindgen-cli",
117118
"binutils-devel",
118119
"bison-devel",
119120
"cargo",
@@ -235,6 +236,7 @@ target "virtual-dbrk-ci-fedora" {
235236
CAB_DNF_PACKAGES = join(",", [
236237
"audit-libs-devel",
237238
"bash",
239+
"bindgen-cli",
238240
"binutils-devel",
239241
"bison-devel",
240242
"cargo",
@@ -350,6 +352,7 @@ target "virtual-dbrk-ci-ubuntu" {
350352
CAB_APT_PACKAGES = join(",", [
351353
"apparmor",
352354
"bash",
355+
"bindgen",
353356
"binutils-dev",
354357
"build-essential",
355358
"ca-certificates",
@@ -524,6 +527,7 @@ target "virtual-fedpkg" {
524527
CAB_DNF_PACKAGES = join(",", [
525528
"audit-libs-devel",
526529
"bash",
530+
"bindgen-cli",
527531
"binutils-devel",
528532
"cargo",
529533
"clang",

0 commit comments

Comments
 (0)