We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa7bea commit fb98435Copy full SHA for fb98435
lib/containers/docker-bake.hcl
@@ -168,6 +168,7 @@ target "virtual-ci-c-util" {
168
"rpm-build",
169
"rpmdevtools",
170
"rust",
171
+ "rust-bindgen",
172
"sed",
173
"strace",
174
"sudo",
@@ -287,6 +288,7 @@ target "virtual-dbrk-ci-fedora" {
287
288
289
290
291
292
293
294
@@ -350,6 +352,7 @@ target "virtual-dbrk-ci-ubuntu" {
350
352
CAB_APT_PACKAGES = join(",", [
351
353
"apparmor",
354
"bash",
355
+ "bindgen",
356
"binutils-dev",
357
"build-essential",
358
"ca-certificates",
@@ -557,6 +560,7 @@ target "virtual-fedpkg" {
557
560
558
561
559
562
563
564
565
566
0 commit comments