From: Daan De Meyer Date: Tue, 9 Jan 2024 10:55:37 +0000 (+0100) Subject: mkosi: Update to latest X-Git-Tag: v256-rc1~1224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c018edb0afde521476c3bf79584854786138100;p=thirdparty%2Fsystemd.git mkosi: Update to latest The mkosi github action doesn't set up the host machine for building full images anymore. Instead, only sufficient packages are installed to be able to build tools trees so we configure a fedora tools tree to build the actual images. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 8b32ec82e32..f6eddebffb5 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -76,21 +76,31 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: systemd/mkosi@bbe715f42911f9660712377a5b39335b9391ae22 + - uses: systemd/mkosi@dbce89aabda438ba58080366631b2c242e365f21 - name: Configure run: | - tee mkosi.local.conf <<- EOF + tee mkosi.local.conf <