1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-24 14:50:17 +03:00

mkosi: Update to latest

This commit is contained in:
Daan De Meyer 2025-02-13 19:56:34 +01:00 committed by Luca Boccassi
parent 1585237b6a
commit ebcd568aa3
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: systemd/mkosi@d501139032aa659fa8d34bdb850f4eb6b5f458ed
- uses: systemd/mkosi@4519cfd9f5f4a32c96e4d4e0f2df7005b677057f
# Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
# immediately, we remove the files in the background. However, we first move them to a different location

View File

@ -120,7 +120,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: systemd/mkosi@d501139032aa659fa8d34bdb850f4eb6b5f458ed
- uses: systemd/mkosi@4519cfd9f5f4a32c96e4d4e0f2df7005b677057f
# Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space
# immediately, we remove the files in the background. However, we first move them to a different location

View File

@ -470,7 +470,7 @@ def main() -> None:
'--output-dir', os.fspath(args.meson_build_dir / 'mkosi.output'),
'--extra-search-path', os.fspath(args.meson_build_dir),
'--machine', name,
'--ephemeral',
'--ephemeral=yes',
*(['--forward-journal', journal_file] if journal_file else []),
*(
[