Merge pull request #32673 from DaanDeMeyer/mkosi

Various mkosi fixes
This commit is contained in:
Luca Boccassi 2024-05-07 09:25:59 +02:00 committed by GitHub
commit 4dc1be99d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 2 deletions

View file

@ -123,6 +123,8 @@ jobs:
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
# These should override the options from mkosi.conf so we put them in a dropin that's ordered later

View file

@ -50,6 +50,7 @@ Packages=
openssl
python3
qrencode
radvd
rsync
sed
socat

View file

@ -38,6 +38,7 @@ Packages=
polkit
procps-ng
psmisc
python-psutil
quota-tools
sbsigntools
shadow

View file

@ -61,6 +61,7 @@ Packages=
policykit-1
procps
psmisc
python3-psutil
quota
sbsigntool
squashfs-tools

View file

@ -31,6 +31,7 @@ Packages=
cryptsetup
dbus-broker
device-mapper
dhcp-server
docbook-xsl-stylesheets
f2fs-tools
gawk
@ -56,6 +57,7 @@ Packages=
procps4
psmisc
python3-pefile
python3-psutil
quota
rpm-build
rsync

View file

@ -1,6 +1,6 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
test_params = test_params + {
test_params += {
'timeout' : 3600,
'priority': -50,
'priority' : -50,
}