From 948bca0418be5cf6b6dc1c2c006095fec166b926 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 9 Dec 2024 17:00:24 +0100 Subject: [PATCH] mkosi: Use rawhide tools tree in CI To build rawhide images we might need more recent tools from rawhide itself. While Arch would generally be up-to-date enough as well, it doesn't provide the selinux tools so we use Fedora Rawhide instead. --- .github/workflows/mkosi.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index e8ba9d33349..aa181f9be12 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -154,6 +154,7 @@ jobs: UseSubvolumes=yes ToolsTree=default ToolsTreeDistribution=fedora + ToolsTreeRelease=rawhide WorkspaceDirectory=$TMPDIR PackageCacheDirectory=$TMPDIR/cache -- 2.47.3