Skip to content

Commit

Permalink
Merge pull request hermit-os#1285 from hermit-os/ci-fuse-release
Browse files Browse the repository at this point in the history
Revert "ci: allow failing rftrace in release mode"
  • Loading branch information
mkroening authored Jul 5, 2024
2 parents 7da9130 + 9c7eaea commit 7d43732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ jobs:
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' }}
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package httpd --features ci,hermit/dhcpv4 --netdev virtio-net-pci
if: matrix.arch != 'riscv64'
- run: cargo xtask ci qemu --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package httpd --features ci,hermit/dhcpv4 --netdev virtio-net-pci --no-default-virtio-features
Expand Down

0 comments on commit 7d43732

Please sign in to comment.