File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
if : ${{ matrix.os == 'macos-latest' }}
57
57
run : |
58
58
brew update
59
- brew install qemu
59
+ brew install qemu@6.0
60
60
- name : Install QEMU, GNU make (windows)
61
61
if : ${{ matrix.os == 'windows-latest' }}
62
62
run : |
Original file line number Diff line number Diff line change 55
55
if : ${{ matrix.os == 'macos-latest' }}
56
56
run : |
57
57
brew update
58
- brew install qemu nasm
58
+ brew install qemu@6.0 nasm
59
59
- name : Install QEMU, NASM, GNU make (windows)
60
60
if : ${{ matrix.os == 'windows-latest' }}
61
61
run : |
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