File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,6 @@ cmd_retry dnf -y config-manager --add-repo "https://jenkins-systemd.apps.ocp.clo
126126cmd_retry dnf -y install --enablerepo epel,epel-next qemu-kvm scsi-target-utils
127127cmd_retry dnf -y config-manager --set-disabled " mrc0mmand-systemd-centos-ci-centos9-stream9"
128128
129- # FIXME: pin tzdata to 2024a-2.el9.noarch until https://github.com/systemd/systemd/issues/34471 is resolved.
130- cmd_retry dnf -y downgrade tzdata-2024a-2.el9.noarch
131-
132129# Fetch the upstream systemd repo
133130test -e systemd && rm -rf systemd
134131git clone " $REPO_URL " systemd
Original file line number Diff line number Diff line change @@ -143,9 +143,6 @@ if rpm -q setroubleshoot-server; then
143143 dnf -y remove setroubleshoot-server
144144fi
145145
146- # FIXME: pin tzdata to 2024a-2.el9.noarch until https://github.com/systemd/systemd/issues/34471 is resolved.
147- cmd_retry dnf -y downgrade tzdata-2024a-2.el9.noarch
148-
149146# Fetch the upstream systemd repo
150147test -e systemd && rm -rf systemd
151148echo " Cloning repo: $REPO_URL "
You can’t perform that action at this time.
0 commit comments