Skip to content

Commit bfc6f74

Browse files
committed
ci: don't allow deadlocks on riscv64
1 parent 11ff8c0 commit bfc6f74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ jobs:
201201
if: matrix.arch == 'x86_64'
202202
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo qemu ${{ matrix.flags }}
203203
- 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' }}
206204
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --smp 4 qemu ${{ matrix.flags }} --uefi
207205
if: matrix.arch == 'x86_64'
208206
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rftrace-example qemu ${{ matrix.flags }} --virtiofsd

0 commit comments

Comments
 (0)