summaryrefslogtreecommitdiffstats
path: root/.mkosi
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-12-06 18:41:27 +0100
committerLennart Poettering <lennart@poettering.net>2016-12-14 18:29:30 +0100
commit2eec83d9302f4a061a6a99e2157787804a8c8a2f (patch)
tree9043216b423637a3f95dbcd69bfee7cb0ddeecd0 /.mkosi
parentnspawn: flush out environment block of the -a stub init process (diff)
downloadsystemd-2eec83d9302f4a061a6a99e2157787804a8c8a2f.tar.xz
systemd-2eec83d9302f4a061a6a99e2157787804a8c8a2f.zip
mkosi: update mkosi.fedora so that we can run "make check" during build
Our tests require "diff" and "tree", hence let's add them to the set of development packages.
Diffstat (limited to '.mkosi')
-rw-r--r--.mkosi/mkosi.fedora4
1 files changed, 3 insertions, 1 deletions
diff --git a/.mkosi/mkosi.fedora b/.mkosi/mkosi.fedora
index 478703c41a2..4f5f084f931 100644
--- a/.mkosi/mkosi.fedora
+++ b/.mkosi/mkosi.fedora
@@ -27,7 +27,7 @@ Format=raw_btrfs
Bootable=yes
[Partitions]
-RootSize=2G
+RootSize=3G
[Packages]
BuildPackages=
@@ -37,6 +37,7 @@ BuildPackages=
bzip2-devel
cryptsetup-devel
dbus-devel
+ diffutils
docbook-style-xsl
elfutils-devel
gcc
@@ -69,4 +70,5 @@ BuildPackages=
python3-devel
python3-lxml
qrencode-devel
+ tree
xz-devel