diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-11 15:49:17 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-15 16:17:33 +0200 |
commit | 8b32cc79ec028fa783072676346141821444b638 (patch) | |
tree | 941717b8ffbcd654e8f5e8c0780b9211698357e6 /.github | |
parent | mkosi: Use squashfs for sysext if mkfs.erofs is not available (diff) | |
download | systemd-8b32cc79ec028fa783072676346141821444b638.tar.xz systemd-8b32cc79ec028fa783072676346141821444b638.zip |
mkosi: Add CI for CentOS Stream 10
We switch to the c10s-sig-hyperscale branch of the spec repository
as it will receive all the latest changes the earliest before they
end up in the c9s-sig-hyperscale branch.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mkosi.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 48ed15d9ad..7070e9c636 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -96,6 +96,12 @@ jobs: llvm: 0 cflags: "-Og" relabel: yes + - distro: centos + release: "10" + sanitizers: "" + llvm: 0 + cflags: "-Og" + relabel: yes steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 |