From 88fd416a2f6af4a0f19ab79262c4f311ea1154ac Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 7 Sep 2023 17:26:06 +0200 Subject: [PATCH] ci: Test cpio and uki boots in qemu --- .github/mkosi.conf.d/10-common.conf | 1 - .github/workflows/ci.yml | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/mkosi.conf.d/10-common.conf b/.github/mkosi.conf.d/10-common.conf index 7a182eaf2..e612e0c44 100644 --- a/.github/mkosi.conf.d/10-common.conf +++ b/.github/mkosi.conf.d/10-common.conf @@ -6,7 +6,6 @@ KernelCommandLine=console=ttyS0 systemd.default_standard_output=journal+console [Content] -Bootable=yes BiosBootloader=grub [Host] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a0493bda..9c0650682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,6 +104,7 @@ jobs: - tar - cpio - disk + - uki steps: - uses: actions/checkout@v3 @@ -142,8 +143,8 @@ jobs: if: matrix.format == 'disk' || matrix.format == 'directory' run: sudo mkosi --debug boot - - name: Boot ${{ matrix.distro }}/${{ matrix.format }} UEFI - if: matrix.format == 'disk' + - name: Boot ${{ matrix.distro }}/${{ matrix.format }} QEMU + if: matrix.format == 'disk' || matrix.format == 'uki' || matrix.format == 'cpio' run: timeout -k 30 10m mkosi --debug qemu - name: Boot ${{ matrix.distro }}/${{ matrix.format }} BIOS -- 2.47.2