qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* alpine docker configuration fails rust tests
@ 2025-10-03 18:00 Richard Henderson
  2025-10-03 18:05 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 2025-10-03 18:00 UTC (permalink / raw)
  To: Paolo Bonzini, Alex Bennée; +Cc: qemu-devel

Hiya,

Our Alpine docker image isn't quite right, and fails testing for rust:

> Detecting compiler via: `rustc --target x86_64-unknown-linux-musl --version` -> 0
> stdout:
> rustc 1.83.0 (90b35a623 2024-11-26) (Alpine Linux 1.83.0-r0)
> -----------
> -----------
> Called: `rustc --target x86_64-unknown-linux-musl -C linker=cc -C link-arg=-m64 -o 
> /tmp/qemu-test/build/meson-private/rusttest.exe 
> /tmp/qemu-test/build/meson-private/sanity.rs` -> 1
> stderr:
> error[E0463]: can't find crate for `std`
>   |
>   = note: the `x86_64-unknown-linux-musl` target may not be installed
>   = help: consider downloading the target with `rustup target add x86_64-unknown-linux-musl`
>
> error: aborting due to 1 previous error

But what's even more annoying is that --disable-rust doesn't suppress this check.

Thanks in advance,

r~



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

end of thread, other threads:[~2025-10-03 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-03 18:00 alpine docker configuration fails rust tests Richard Henderson
2025-10-03 18:05 ` Richard Henderson

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).