cloud-hypervisor/.github/workflows
Rob Bradford 02358d3091 Revert ".github: Fix Rust version for release to 1.58"
This reverts commit 6a099257e8.

It is now clear that pinning the toolchain for cross compilation is not
necessary since we only use it for building to aarch64:

https://github.com/rust-lang/rust/issues/95926#issue-1199547707

"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: #3962

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-05-23 16:38:27 +01:00
..
audit.yaml build: Run cargo-audit from a GitHub action 2020-08-13 16:09:24 +02:00
build.yaml github: use --locked in cargo invocations 2022-04-19 13:44:24 +01:00
dco.yaml build: Exclude dependabot from DCO check workflow 2021-10-21 10:57:09 +02:00
docker-image.yaml github: Use tag derived from date for docker image 2022-02-18 11:45:40 +00:00
fuzz-build.yaml build: Temporarily use git version of cargo-fuzz in GH action 2021-09-27 17:08:43 +08:00
quality-aarch64.yaml .github: Run clippy checks over tests on aarch64 2022-04-13 13:54:06 +01:00
quality.yaml github: use --locked in cargo invocations 2022-04-19 13:44:24 +01:00
release.yaml Revert ".github: Fix Rust version for release to 1.58" 2022-05-23 16:38:27 +01:00