mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
github: Build against minimum supported version
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
020b64a9ef
commit
8846409eab
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
- 1.54
|
||||
target:
|
||||
- x86_64-unknown-linux-gnu
|
||||
- x86_64-unknown-linux-musl
|
||||
|
@ -8,6 +8,8 @@ build = "build.rs"
|
||||
license = "LICENSE-APACHE & LICENSE-BSD-3-Clause"
|
||||
description = "Open source Virtual Machine Monitor (VMM) that runs on top of KVM"
|
||||
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor"
|
||||
# Minimum buildable version:
|
||||
# Keep in sync with version in .github/workflows/build.yaml
|
||||
rust-version = "1.54"
|
||||
|
||||
[profile.release]
|
||||
|
Loading…
Reference in New Issue
Block a user