From: Daan De Meyer Date: Thu, 17 Apr 2025 10:18:22 +0000 (+0200) Subject: mkosi: Use tools tree by default in repository config X-Git-Tag: v26~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb4020beee2cdf250f93a425794f1cf8b0fe693;p=thirdparty%2Fmkosi.git mkosi: Use tools tree by default in repository config 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. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbdec1701..31a4da793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" diff --git a/mkosi.conf b/mkosi.conf index b44fd515c..968e0b61c 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -13,6 +13,7 @@ Format=directory OutputDirectory=mkosi.output [Build] +ToolsTree=default Incremental=yes BuildSources=. BuildSourcesEphemeral=yes