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 @@ -201,8 +201,6 @@ jobs:
201
201
if : matrix.arch == 'x86_64'
202
202
- run : cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo qemu ${{ matrix.flags }}
203
203
- run : cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --smp 4 qemu ${{ matrix.flags }}
204
- # https://github.com/hermit-os/kernel/issues/1286
205
- continue-on-error : ${{ matrix.arch == 'riscv64' }}
206
204
- run : cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --smp 4 qemu ${{ matrix.flags }} --uefi
207
205
if : matrix.arch == 'x86_64'
208
206
- 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