File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments