qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ci: enable Rust in dockerfiles & enable in Fedora job
@ 2024-10-15 13:39 Daniel P. Berrangé
  2024-10-15 13:39 ` [PATCH 1/2] tests: add 'rust' and 'bindgen' to CI package list Daniel P. Berrangé
  2024-10-15 13:39 ` [PATCH 2/2] ci: enable rust in the Fedora system build job Daniel P. Berrangé
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel P. Berrangé @ 2024-10-15 13:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Manos Pitsidianakis, Li-Wen Hsu, Paolo Bonzini, Alex Bennée,
	Ed Maste, Philippe Mathieu-Daudé,
	Wainer dos Santos Moschetta, Thomas Huth, Daniel P. Berrangé

This validates that the Rust code is compatible with the current
version of Rust in Fedora, as opposed to Rust nightly, as a step
towards being able to demonstrate we can enable Rust by default.

Rust is added to all other distros too, to demonstrate our build
is not accidentally broken by mere existance of Rust toolchain
despite being disabled by default.

Daniel P. Berrangé (2):
  tests: add 'rust' and 'bindgen' to CI package list
  ci: enable rust in the Fedora system build job

 .gitlab-ci.d/buildtest.yml                            | 2 +-
 .gitlab-ci.d/cirrus/freebsd-14.vars                   | 2 +-
 .gitlab-ci.d/cirrus/macos-14.vars                     | 2 +-
 .gitlab-ci.d/cirrus/macos-15.vars                     | 2 +-
 scripts/ci/setup/ubuntu/ubuntu-2204-aarch64.yaml      | 2 ++
 scripts/ci/setup/ubuntu/ubuntu-2204-s390x.yaml        | 2 ++
 tests/docker/dockerfiles/alpine.docker                | 2 ++
 tests/docker/dockerfiles/centos9.docker               | 2 ++
 tests/docker/dockerfiles/debian-amd64-cross.docker    | 3 +++
 tests/docker/dockerfiles/debian-arm64-cross.docker    | 3 +++
 tests/docker/dockerfiles/debian-armhf-cross.docker    | 3 +++
 tests/docker/dockerfiles/debian-i686-cross.docker     | 3 +++
 tests/docker/dockerfiles/debian-mips64el-cross.docker | 3 +++
 tests/docker/dockerfiles/debian-mipsel-cross.docker   | 3 +++
 tests/docker/dockerfiles/debian-ppc64el-cross.docker  | 3 +++
 tests/docker/dockerfiles/debian-s390x-cross.docker    | 3 +++
 tests/docker/dockerfiles/debian.docker                | 2 ++
 tests/docker/dockerfiles/fedora-rust-nightly.docker   | 2 ++
 tests/docker/dockerfiles/fedora-win64-cross.docker    | 2 ++
 tests/docker/dockerfiles/fedora.docker                | 2 ++
 tests/docker/dockerfiles/opensuse-leap.docker         | 2 ++
 tests/docker/dockerfiles/ubuntu2204.docker            | 2 ++
 tests/lcitool/projects/qemu.yml                       | 2 ++
 tests/vm/generated/freebsd.json                       | 2 ++
 24 files changed, 52 insertions(+), 4 deletions(-)

-- 
2.46.0



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-15 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 13:39 [PATCH 0/2] ci: enable Rust in dockerfiles & enable in Fedora job Daniel P. Berrangé
2024-10-15 13:39 ` [PATCH 1/2] tests: add 'rust' and 'bindgen' to CI package list Daniel P. Berrangé
2024-10-15 13:39 ` [PATCH 2/2] ci: enable rust in the Fedora system build job Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).