File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -199,8 +199,6 @@ jobs:
199
199
if : matrix.arch == 'x86_64'
200
200
- run : cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo qemu ${{ matrix.flags }}
201
201
- run : cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --smp 4 qemu ${{ matrix.flags }}
202
- # https://github.com/hermit-os/kernel/issues/1286
203
- continue-on-error : ${{ matrix.arch == 'riscv64' }}
204
202
- run : cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --smp 4 qemu ${{ matrix.flags }} --uefi
205
203
if : matrix.arch == 'x86_64'
206
204
- run : cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rftrace-example qemu ${{ matrix.flags }} --virtiofsd
You can’t perform that action at this time.
0 commit comments