File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 4747 cp ./downloaded-guest-binaries-release/dummyguest ./src/tests/rust_guests/bin/release/dummyguest
4848
4949 # ## Benchmarks ###
50- - name : Install github-cli (Linux mariner)
51- if : runner.os == 'Linux' && matrix.hypervisor == 'hyperv'
52- run : sudo dnf install gh -y
53-
54- - name : Install github-cli (Linux ubuntu)
55- if : runner.os == 'Linux' && matrix.hypervisor == 'kvm'
56- run : sudo apt install gh -y
57-
5850 - name : Fetch tags
5951 run : git fetch --tags origin
6052
Original file line number Diff line number Diff line change @@ -136,14 +136,6 @@ jobs:
136136 run : just test-rust-gdb-debugging ${{ matrix.config }} ${{ matrix.hypervisor == 'mshv3' && 'mshv3' || ''}}
137137
138138 # ## Benchmarks ###
139- - name : Install github-cli (Linux mariner)
140- if : runner.os == 'Linux' && matrix.hypervisor == 'mshv'
141- run : sudo dnf install gh -y
142-
143- - name : Install github-cli (Linux ubuntu)
144- if : runner.os == 'Linux' && matrix.hypervisor == 'kvm'
145- run : sudo apt install gh -y
146-
147139 - name : Download benchmarks from "latest"
148140 run : just bench-download ${{ runner.os }} ${{ matrix.hypervisor }} ${{ matrix.cpu}} dev-latest # compare to prerelease
149141 env :
You can’t perform that action at this time.
0 commit comments