cloud-hypervisor/.github/workflows
Michael Zhao 2a7b1d78ff 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>
2020-10-09 10:49:54 +02:00
..
audit.yaml build: Run cargo-audit from a GitHub action 2020-08-13 16:09:24 +02:00
build.yaml ci: use cargo check to validate building commits 2020-10-07 14:26:32 +02:00
cross-build.yaml build: Fix AArch64 musl cross build failure 2020-10-09 10:49:54 +02:00
docker-image.yaml resources: Finalize automated generation of the Docker image 2020-09-30 10:03:06 +01:00
fuzz-build.yaml build: github: Add a new action to build cargo fuzz 2020-10-01 11:16:35 +01:00
quality-aarch64.yaml build: Add quality checks workflow for AArch64 2020-08-24 10:59:08 +02:00
quality.yaml build: Use GitHub actions for clippy/build/rustfmt tests 2020-08-13 16:09:24 +02:00
release.yaml build: github: Prepare for splitting binaries by building all binaries 2020-07-06 10:56:10 +02:00