mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-31 08:55:31 +00:00
6a099257e8
Unfortunately Rust 1.59 produces binaries that segfault when compiled with musl-gcc wrappers. Which is exactly how we produce out aarch64 and musl binaries for the release. See: https://github.com/rust-lang/rust/issues/95926 Signed-off-by: Rob Bradford <robert.bradford@intel.com>