Skip to content

Commit

Permalink
Merge pull request #1287 from hermit-os/ci-riscv-smp
Browse files Browse the repository at this point in the history
ci: allow deadlocking SMP test on 64-bit RISC-V
  • Loading branch information
mkroening authored Jun 20, 2024
2 parents abb2ec0 + 3e2cae4 commit 0aa4abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ jobs:
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --smp 4
# https://github.com/hermit-os/kernel/issues/737
if: matrix.arch != 'aarch64'
# https://github.com/hermit-os/kernel/issues/1286
continue-on-error: ${{ matrix.arch == 'riscv64' }}
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rftrace-example --virtiofsd
if: matrix.arch == 'x86_64'
continue-on-error: ${{ matrix.profile == 'release' }}
Expand Down

0 comments on commit 0aa4abc

Please sign in to comment.