Skip to content

Commit 3ac3315

Browse files
authored
Merge pull request #1760 from hermit-os/riscv64-smp
ci: don't allow deadlocks on riscv64
2 parents fdad7b9 + 4c9c410 commit 3ac3315

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ jobs:
260260
if: matrix.arch != 'x86_64' && matrix.arch != 'aarch64_be'
261261
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} ${{ matrix.rs_flags }} --package rusty_demo qemu ${{ matrix.qemu_flags }}
262262
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} ${{ matrix.rs_flags }} --package rusty_demo --smp 4 qemu ${{ matrix.qemu_flags }}
263-
# https://github.com/hermit-os/kernel/issues/1286
264-
continue-on-error: ${{ matrix.arch == 'riscv64' }}
265263
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} ${{ matrix.rs_flags }} --package rusty_demo --smp 4 qemu ${{ matrix.qemu_flags }} --uefi
266264
if: matrix.arch == 'x86_64'
267265
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} ${{ matrix.rs_flags }} --package rftrace-example qemu ${{ matrix.qemu_flags }} --devices virtio-fs-pci

0 commit comments

Comments
 (0)