diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-09 17:00:24 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-09 20:10:22 +0100 |
commit | 948bca0418be5cf6b6dc1c2c006095fec166b926 (patch) | |
tree | 730245d786f798af3033fcaf29eccd82544ad675 | |
parent | journalctl: show coredumps again when --unit= is specified (diff) | |
download | systemd-948bca0418be5cf6b6dc1c2c006095fec166b926.tar.xz systemd-948bca0418be5cf6b6dc1c2c006095fec166b926.zip |
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.
-rw-r--r-- | .github/workflows/mkosi.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index e8ba9d3334..aa181f9be1 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 |