Skip to content

Commit 77ebf67

Browse files
committed
ci: fix recent dnf/systemd packaging regression in rawhide
Discussion in Red Hat bugzillas 2344322, 2344333, 2344827.
1 parent b80e9ea commit 77ebf67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/platforms/fedora-rawhide-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: container
33
container:
44
containerfile: |
55
FROM registry.fedoraproject.org/fedora:rawhide
6-
RUN dnf install -y systemd
6+
RUN dnf install -y --allowerasing systemd
77
# dbus.socket requires dbus.service; dbus-broker.service is an alias for dbus.service, but it only gets considered if it is enabled
88
RUN systemctl enable dbus-broker
99
RUN useradd --create-home pcpbuild

0 commit comments

Comments
 (0)