mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump MSRV to 1.82.0
We are having complains from Rust 1.86.0-beta.1 (f0cb41030 2025-02-17)' clippy, which suggests us to replace `repeat().take()` with `repeat_n()`. While `repeat_n()` is stablized in Rust 1.82.0. Update image to 20250307-2 because MSRV in Dockerfile is updated. Signed-off-by: Rob Bradford <rbradford@rivosinc.com> Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
@@ -9,7 +9,7 @@ CLI_NAME="Cloud Hypervisor"
|
||||
CTR_IMAGE_TAG="ghcr.io/cloud-hypervisor/cloud-hypervisor"
|
||||
|
||||
# Needs to match explicit version in docker-image.yaml workflow
|
||||
CTR_IMAGE_VERSION="20250228-0"
|
||||
CTR_IMAGE_VERSION="20250307-2"
|
||||
: "${CTR_IMAGE:=${CTR_IMAGE_TAG}:${CTR_IMAGE_VERSION}}"
|
||||
|
||||
DOCKER_RUNTIME="docker"
|
||||
|
||||
Reference in New Issue
Block a user