mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
ci: add mkosi job for debian stable
Debian 13 has just been released and can build and run everything, so add CI coverage for it
This commit is contained in:
committed by
Yu Watanabe
parent
8557ea5daa
commit
5ecd16be68
11
.github/workflows/mkosi.yml
vendored
11
.github/workflows/mkosi.yml
vendored
@@ -65,6 +65,17 @@ jobs:
|
||||
no_qemu: 0
|
||||
no_kvm: 0
|
||||
shim: 0
|
||||
- distro: debian
|
||||
release: stable
|
||||
runner: ubuntu-24.04
|
||||
sanitizers: ""
|
||||
llvm: 0
|
||||
cflags: "-Og"
|
||||
relabel: no
|
||||
vm: 0
|
||||
no_qemu: 0
|
||||
no_kvm: 0
|
||||
shim: 0
|
||||
- distro: debian
|
||||
release: testing
|
||||
runner: ubuntu-24.04
|
||||
|
||||
Reference in New Issue
Block a user