tests: add 'rust' and 'bindgen' to CI package list

Although we're not enabling rust by default yet, we can still add
rust and bindgen to the CI package list.

This demonstrates that we're not accidentally triggering unexpected
build behaviour merely from Rust being present. When we do dev work
to enable rust by default, this will show we're building correctly
on all platforms we target.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Link: https://lore.kernel.org/r/20241015133925.311587-2-berrange@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2024-10-15 14:39:24 +01:00 committed by Paolo Bonzini
parent 388b849fb6
commit 548de8f8dc
23 changed files with 51 additions and 3 deletions

View file

@ -7,6 +7,7 @@
packages:
- bash
- bc
- bindgen
- bison
- bsdextrautils
- bzip2
@ -113,6 +114,7 @@ packages:
- python3-venv
- python3-yaml
- rpm2cpio
- rustc
- sed
- socat
- sparse

View file

@ -7,6 +7,7 @@
packages:
- bash
- bc
- bindgen
- bison
- bsdextrautils
- bzip2
@ -111,6 +112,7 @@ packages:
- python3-venv
- python3-yaml
- rpm2cpio
- rustc
- sed
- socat
- sparse