From 9c7eaea33ccc582714d6c80d967b4aff12441946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 20 Jun 2024 14:04:43 +0200 Subject: [PATCH] Revert "ci: allow failing rftrace in release mode" This reverts commit f39b92d72af61bc95632e47fdd86b34b228a6f18. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26e05da5db..87041bac69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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