Skip to content

Commit fa49c22

Browse files
committed
Exclude Fedora 41 ARM64 from the build job
Starting with systemd version 253 or 254 (I'm not sure which) it is no longer possible to start systemd-resolved.service under QEMU emulation. We support this case, but we cannot test it until we have native ARM64 runners. See issue #10 for more details.
1 parent 668590f commit fa49c22

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@ jobs:
198198
platform: fedora39-systemd
199199
- architecture: arm64
200200
platform: fedora40-systemd
201+
- architecture: arm64
202+
platform: fedora41-systemd
201203
- architecture: arm64
202204
platform: kali-systemd
203205
- architecture: arm64

molecule/default/molecule.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,21 @@ platforms:
173173
# privileged: true
174174
# volumes:
175175
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
176-
# - cgroupns_mode: host
177-
# command: /lib/systemd/systemd
178-
# image: docker.io/geerlingguy/docker-fedora41-ansible:latest
179-
# name: fedora41-systemd-amd64
180-
# platform: amd64
181-
# pre_build_image: true
182-
# privileged: true
183-
# volumes:
184-
# - /sys/fs/cgroup:/sys/fs/cgroup:rw
176+
- cgroupns_mode: host
177+
command: /lib/systemd/systemd
178+
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
179+
name: fedora41-systemd-amd64
180+
platform: amd64
181+
pre_build_image: true
182+
privileged: true
183+
volumes:
184+
- /sys/fs/cgroup:/sys/fs/cgroup:rw
185+
# TODO: Starting with systemd version 253 or 254 (I'm not sure
186+
# which) it is no longer possible to start systemd-resolved.service
187+
# under QEMU emulation. We support this case, but we cannot test it
188+
# until we have native ARM64 runners.
189+
#
190+
# See issue #10 for more details.
185191
# - cgroupns_mode: host
186192
# command: /lib/systemd/systemd
187193
# image: docker.io/geerlingguy/docker-fedora41-ansible:latest

0 commit comments

Comments
 (0)