mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
ci: update Docker image to use nextest 0.9.128
Update the container image tag to trigger a rebuild. The new image pins cargo-nextest to version 0.9.128, which supports profile inheritance, needed for the following nextest configuration changes. Assisted-by: Copilot-CLI:Claude-Opus-4.7 Signed-off-by: Anirudh Rayabharam <anrayabh@microsoft.com>
This commit is contained in:
committed by
Rob Bradford
parent
5080d03714
commit
a4f0a18fb5
@@ -112,7 +112,7 @@ RUN export ARCH="$(uname -m)" \
|
||||
$RUST_TOOLCHAIN-x86_64-unknown-linux-musl; fi \
|
||||
&& if [ "$TARGETARCH" = "amd64" ]; then rustup component add rustfmt; fi \
|
||||
&& if [ "$TARGETARCH" = "amd64" ]; then rustup component add clippy; fi \
|
||||
&& cargo install cargo-nextest --locked \
|
||||
&& cargo install cargo-nextest --locked --version 0.9.128 \
|
||||
&& rm -rf "$CARGO_HOME/registry" \
|
||||
&& ln -s "$CARGO_REGISTRY_DIR" "$CARGO_HOME/registry" \
|
||||
&& rm -rf "$CARGO_HOME/git" \
|
||||
|
||||
Reference in New Issue
Block a user