Skip to content

Commit 540d5f5

Browse files
committed
ci: don't allow deadlocks on riscv64
1 parent 6ba4452 commit 540d5f5

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
@@ -199,8 +199,6 @@ jobs:
199199
if: matrix.arch == 'x86_64'
200200
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo qemu ${{ matrix.flags }}
201201
- 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' }}
204202
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --smp 4 qemu ${{ matrix.flags }} --uefi
205203
if: matrix.arch == 'x86_64'
206204
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rftrace-example qemu ${{ matrix.flags }} --virtiofsd

0 commit comments

Comments
 (0)