mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
Merge pull request #27960 from DaanDeMeyer/update-mkosi
mkosi: Update to latest
This commit is contained in:
commit
01af975d0c
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
- uses: systemd/mkosi@e59f763872e4d5f96acb11b4a77995b986bb31cc
|
||||
- uses: systemd/mkosi@8fde39857993c2120bcc6e480dab9fbb47dc2a7e
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
@ -4,8 +4,8 @@
|
||||
# them without OOMing.
|
||||
|
||||
[Match]
|
||||
Distribution=arch centos
|
||||
Release=rolling 8
|
||||
Distribution=|arch
|
||||
Distribution=|centos
|
||||
|
||||
[Host]
|
||||
QemuMem=3G
|
||||
|
@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=centos fedora
|
||||
Distribution=|centos
|
||||
Distribution=|fedora
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=debian ubuntu
|
||||
Distribution=|debian
|
||||
Distribution=|ubuntu
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Bootable=auto,yes
|
||||
Bootable=|auto
|
||||
Bootable=|yes
|
||||
|
||||
[Output]
|
||||
Format=cpio
|
||||
|
@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=arch debian fedora opensuse ubuntu
|
||||
Distribution=!centos
|
||||
|
||||
[Output]
|
||||
CompressOutput=zst
|
||||
|
@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=centos fedora
|
||||
Distribution=|centos
|
||||
Distribution=|fedora
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
@ -1,7 +1,8 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
[Match]
|
||||
Distribution=debian ubuntu
|
||||
Distribution=|debian
|
||||
Distribution=|ubuntu
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
[Match]
|
||||
PathExists=../../mkosi.kernel/
|
||||
Distribution=centos fedora
|
||||
Distribution=|centos
|
||||
Distribution=|fedora
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
[Match]
|
||||
PathExists=../../mkosi.kernel/
|
||||
Distribution=debian ubuntu
|
||||
Distribution=|debian
|
||||
Distribution=|ubuntu
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
|
Loading…
Reference in New Issue
Block a user