Skip to content

Commit

Permalink
ci: switch from musl:openrc to glibc:openrc
Browse files Browse the repository at this point in the history
The goal is to test some common non-systemd configuration.
glibc:openrc is probably a better option for this goal, and
GitHub Action (node) fails to run tests on the Gentoo based musl container.
  • Loading branch information
jozzsi authored and LaszloGombos committed Nov 12, 2024
1 parent d5d2a1e commit 61b0427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- { dockerfile: 'Dockerfile-ubuntu', tag: 'ubuntu:rolling', platform: 'linux/amd64' }
- { dockerfile: 'Dockerfile-alpine', tag: 'alpine:edge', platform: 'linux/amd64' }
- { dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:latest', platform: 'linux/amd64', option: 'systemd' }
- { dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:musl', platform: 'linux/amd64', option: 'musl' }
- { dockerfile: 'Dockerfile-gentoo', tag: 'gentoo:amd64-openrc', platform: 'linux/amd64', option: 'amd64-openrc' }
- { dockerfile: 'Dockerfile-fedora', tag: 'fedora:rawhide', platform: 'linux/amd64', registry: 'registry.fedoraproject.org' }
- { dockerfile: 'Dockerfile-fedora', tag: 'centos:stream10-development', platform: 'linux/amd64', registry: 'quay.io/centos' }
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
"fedora:rawhide",
"centos:stream10-development",
"gentoo",
"gentoo:musl"
"gentoo:amd64-openrc",
"opensuse",
"ubuntu",
"ubuntu:rolling",
Expand Down

0 comments on commit 61b0427

Please sign in to comment.