mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Update development container and release action to Rust 1.67
This latest stable Rust toolchain can help reduce the final binary size around ~300k when comparing with building with Rust 1.62. Specifically, the binary size now is 3.3M (previously 3.6M) with default feature, and 4.0M (previously 4.2M) with "kvm+mshv" feature (e.g. our release action build) . Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
CLI_NAME="Cloud Hypervisor"
|
||||
|
||||
CTR_IMAGE_TAG="cloudhypervisor/dev"
|
||||
CTR_IMAGE_VERSION="20230123-0"
|
||||
CTR_IMAGE_VERSION="20230301-0"
|
||||
CTR_IMAGE="${CTR_IMAGE_TAG}:${CTR_IMAGE_VERSION}"
|
||||
|
||||
DOCKER_RUNTIME="docker"
|
||||
|
||||
Reference in New Issue
Block a user