From: Daan De Meyer Date: Sat, 14 Feb 2026 22:30:34 +0000 (+0100) Subject: mkosi: Install musl in tools trees on Fedora/Arch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77b3ddf2aa6d1c3ad6397428fcc8fb1f092d8db1;p=thirdparty%2Fsystemd.git mkosi: Install musl in tools trees on Fedora/Arch For debugging purposes. --- diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c1b27679582..ed65950a34e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -50,10 +50,6 @@ jobs: [Build] ToolsTreeDistribution=fedora ToolsTreeRelease=rawhide - ToolsTreePackages= - libgcrypt-devel - libgpg-error-devel - musl-gcc EOF mkosi -f box -- true diff --git a/mkosi/mkosi.tools.conf/mkosi.conf.d/arch.conf b/mkosi/mkosi.tools.conf/mkosi.conf.d/arch.conf index 8eec906c5ce..52889cb0b43 100644 --- a/mkosi/mkosi.tools.conf/mkosi.conf.d/arch.conf +++ b/mkosi/mkosi.tools.conf/mkosi.conf.d/arch.conf @@ -11,6 +11,7 @@ Packages= github-cli lcov libucontext + musl mypy pkgconf ruff diff --git a/mkosi/mkosi.tools.conf/mkosi.conf.d/fedora.conf b/mkosi/mkosi.tools.conf/mkosi.conf.d/fedora.conf index e32cf27e986..7a9301c566c 100644 --- a/mkosi/mkosi.tools.conf/mkosi.conf.d/fedora.conf +++ b/mkosi/mkosi.tools.conf/mkosi.conf.d/fedora.conf @@ -5,7 +5,12 @@ Distribution=fedora [Content] Packages= - lcov gh + lcov + libgcrypt-devel + libgpg-error-devel + musl-libc + musl-clang + musl-gcc ruff shellcheck