mirror of
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
synced 2024-11-15 06:53:44 +08:00
ci: sort the distribution listing
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Link: https://github.com/kmod-project/kmod/pull/172 Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
This commit is contained in:
parent
5a50901210
commit
2758cb57eb
26
.github/workflows/main.yml
vendored
26
.github/workflows/main.yml
vendored
@ -27,17 +27,17 @@ jobs:
|
||||
build: ['meson', 'autotools']
|
||||
compiler: ['clang','gcc']
|
||||
container:
|
||||
- name: 'ubuntu:22.04'
|
||||
multilib: 'true'
|
||||
- name: 'ubuntu:24.04'
|
||||
multilib: 'true'
|
||||
- name: 'alpine:latest'
|
||||
meson_setup: '-D docs=false -D b_sanitize=none'
|
||||
- name: 'archlinux:multilib-devel'
|
||||
multilib: 'true'
|
||||
- name: 'debian:unstable'
|
||||
multilib: 'true'
|
||||
- name: 'fedora:latest'
|
||||
meson_setup: '-D b_sanitize=none'
|
||||
- name: 'alpine:latest'
|
||||
meson_setup: '-D docs=false -D b_sanitize=none'
|
||||
- name: 'debian:unstable'
|
||||
- name: 'ubuntu:22.04'
|
||||
multilib: 'true'
|
||||
- name: 'ubuntu:24.04'
|
||||
multilib: 'true'
|
||||
|
||||
container:
|
||||
@ -49,16 +49,16 @@ jobs:
|
||||
with:
|
||||
sparse-checkout: .github
|
||||
|
||||
- uses: ./.github/actions/setup-ubuntu
|
||||
if: ${{ startsWith(matrix.container.name, 'ubuntu') }}
|
||||
- uses: ./.github/actions/setup-archlinux
|
||||
if: ${{ startsWith(matrix.container.name, 'archlinux') }}
|
||||
- uses: ./.github/actions/setup-fedora
|
||||
if: ${{ startsWith(matrix.container.name, 'fedora') }}
|
||||
- uses: ./.github/actions/setup-alpine
|
||||
if: ${{ startsWith(matrix.container.name, 'alpine') }}
|
||||
- uses: ./.github/actions/setup-archlinux
|
||||
if: ${{ startsWith(matrix.container.name, 'archlinux') }}
|
||||
- uses: ./.github/actions/setup-debian
|
||||
if: ${{ startsWith(matrix.container.name, 'debian') }}
|
||||
- uses: ./.github/actions/setup-fedora
|
||||
if: ${{ startsWith(matrix.container.name, 'fedora') }}
|
||||
- uses: ./.github/actions/setup-ubuntu
|
||||
if: ${{ startsWith(matrix.container.name, 'ubuntu') }}
|
||||
|
||||
- name: Checkout the whole project
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
|
Loading…
Reference in New Issue
Block a user