File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ test:integration:
63
63
- lscpu
64
64
- kvm-ok
65
65
- python3 --version
66
- - cargo install uhyve
66
+ - cargo install uhyve --locked
67
67
- HERMIT_LOG_LEVEL_FILTER=Debug cargo test --test '*' --no-fail-fast -Z build-std=core,alloc
68
68
-Z build-std-features=compiler-builtins-mem --no-default-features --features=pci,acpi
69
69
--target x86_64-unknown-none-hermitkernel -- --uhyve_path=$HOME/.cargo/bin/uhyve --veryverbose
@@ -83,7 +83,7 @@ test:uhyve:
83
83
script :
84
84
- lscpu
85
85
- kvm-ok
86
- - cargo install uhyve
86
+ - cargo install uhyve --locked
87
87
- uhyve -v -c 1 rusty-hermit/target/x86_64-unknown-hermit/debug/rusty_demo
88
88
- uhyve -v -c 2 rusty-hermit/target/x86_64-unknown-hermit/debug/rusty_demo
89
89
- uhyve -v -c 1 rusty-hermit/target/x86_64-unknown-hermit/release/rusty_demo
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " nightly-2021-05-19 "
2
+ channel = " nightly-2021-08-31 "
3
3
components = [
4
4
" rust-src" ,
5
5
" llvm-tools-preview" ,
You can’t perform that action at this time.
0 commit comments