Skip to content

Commit 78151f3

Browse files
rbradfordretrage
authored andcommitted
tests: Update tests to CH v17.0
Signed-off-by: Rob Bradford <[email protected]>
1 parent 2ad5557 commit 78151f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_integration_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "${CARGO_HOME:-$HOME/.cargo}/env"
88
rustup component add rust-src
99
cargo build --release --target target.json -Zbuild-std=core,alloc -Zbuild-std-features=compiler-builtins-mem
1010

11-
CH_VERSION="v15.0"
11+
CH_VERSION="v17.0"
1212
CH_URL="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/$CH_VERSION/cloud-hypervisor"
1313
CH_PATH="./resources/cloud-hypervisor"
1414
if [ ! -f "$CH_PATH" ]; then

0 commit comments

Comments
 (0)