]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop two unnecessary settings in CI config
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 31 May 2024 08:23:58 +0000 (10:23 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 31 May 2024 08:23:58 +0000 (10:23 +0200)
We don't build erofs images anymore and the firmware to use is set
per test so no need to configure it the CI config.

.github/workflows/mkosi.yml

index c990a6acf0ed4a7906d351f35cfee636b6877202..9816719e9b174ce327dd130f4a2eb47ba7cc594e 100644 (file)
@@ -111,8 +111,6 @@ jobs:
 
         [Content]
         Environment=
-                # mkfs.erofs is extremely noisy when not connected to a tty.
-                SYSTEMD_REPART_MKFS_OPTIONS_EROFS="--quiet"
                 # Build debuginfo packages since we'll be publishing the packages as artifacts.
                 WITH_DEBUG=1
                 # Enabling optimizations significantly speeds up integration tests.
@@ -121,8 +119,6 @@ jobs:
         [Host]
         ToolsTree=default
         ToolsTreeDistribution=fedora
-        # TODO: Drop once https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2038777 is fixed in Github Actions
-        QemuFirmware=uefi
         # We build with debuginfo so there's no point in mounting the sources into the machine.
         RuntimeBuildSources=no
         EOF