You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert ".github: Fix Rust version for release to 1.58"
This reverts commit 6a09925.
It is now clear that pinning the toolchain for cross compilation is not
necessary since we only use it for building to aarch64:
rust-lang/rust#95926 (comment)
"This problem doesn't currently show up when cross-compiling from x86_64
to aarch64, since aarch64 doesn't use static-pie by default, but
enabling PIE with -C relocation-model=pie triggers the same bug and
makes the resulting binaries segfault."
Fixes: cloud-hypervisor#3962
Signed-off-by: Rob Bradford <[email protected]>
0 commit comments