We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad5557 commit 78151f3Copy full SHA for 78151f3
run_integration_tests.sh
@@ -8,7 +8,7 @@ source "${CARGO_HOME:-$HOME/.cargo}/env"
8
rustup component add rust-src
9
cargo build --release --target target.json -Zbuild-std=core,alloc -Zbuild-std-features=compiler-builtins-mem
10
11
-CH_VERSION="v15.0"
+CH_VERSION="v17.0"
12
CH_URL="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/$CH_VERSION/cloud-hypervisor"
13
CH_PATH="./resources/cloud-hypervisor"
14
if [ ! -f "$CH_PATH" ]; then
0 commit comments