mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
build: Fix AArch64 musl cross build failure
A failure appeared in AArch64 musl cross build, after upgrading rust to v1.47.0. A symbol "strrchr" was missing while linking against static libfdt.a. The issue could be caused by missing symbol(s) in new rust toolchain. This fix pins the rust version in this cross build action to a stable- enough version. Further upgrade will be done manually after testing. Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
parent
573a5c63cf
commit
2a7b1d78ff
2
.github/workflows/cross-build.yaml
vendored
2
.github/workflows/cross-build.yaml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- stable
|
||||
- 1.46.0
|
||||
target:
|
||||
- aarch64-unknown-linux-gnu
|
||||
- aarch64-unknown-linux-musl
|
||||
|
Loading…
Reference in New Issue
Block a user