Skip to content

Commit 575a172

Browse files
dustymabejlebon
authored andcommitted
build.sh: stop fast-tracking rpm-ostree/ostree from updates-testing
If we want to fast-track these packages we can tag them into the fXX-coreos-continous tags like any other package. Right now the version of rpm-ostree in `updates-testing` is busted and we don't want it in our builds. [1] https://bodhi.fedoraproject.org/updates/FEDORA-2025-95492f42d2#comment-3932487
1 parent 69f5874 commit 575a172

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ install_rpms() {
6262
# Process our base dependencies + build dependencies and install
6363
(echo "${builddeps}" && echo "${frozendeps}" && "${srcdir}"/src/print-dependencies.sh) | xargs yum -y install
6464

65-
# Add fast-tracked packages here. We don't want to wait on bodhi for rpm-ostree
66-
# as we want to enable fast iteration there.
67-
yum -y --enablerepo=updates-testing upgrade rpm-ostree ostree
68-
6965
# Delete file that only exists on ppc64le because it is causing
7066
# sudo to not work.
7167
# https://bugzilla.redhat.com/show_bug.cgi?id=2082149

0 commit comments

Comments
 (0)