From dbb4020beee2cdf250f93a425794f1cf8b0fe693 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 17 Apr 2025 12:18:22 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 1 - mkosi.conf | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3