]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
mkosi: Use tools tree by default in repository config
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 17 Apr 2025 10:18:22 +0000 (12:18 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 17 Apr 2025 10:51:01 +0000 (12:51 +0200)
Might as well use a tools tree by default to minimize the number of
packages that have to be installed on the host to build the default
image.

.github/workflows/ci.yml
mkosi.conf

index cbdec17017d347b7d6e98f957a543fdfc1884c93..31a4da7937b9ecf3e9d284fd027aa8f8c5201d14 100644 (file)
@@ -168,7 +168,6 @@ jobs:
           KernelCommandLine=systemd.default_device_timeout_sec=180
 
           [Build]
-          ToolsTree=default
           ToolsTreeDistribution=${{ matrix.tools }}
           Environment=SYSTEMD_REPART_MKFS_OPTIONS_EROFS="--quiet"
 
index b44fd515ce184e129e41308f023e25bcf88db6a0..968e0b61c79d607370bc18400b19f24443a3cac9 100644 (file)
@@ -13,6 +13,7 @@ Format=directory
 OutputDirectory=mkosi.output
 
 [Build]
+ToolsTree=default
 Incremental=yes
 BuildSources=.
 BuildSourcesEphemeral=yes