Skip to content

Commit

Permalink
build.sh: stop fast-tracking rpm-ostree/ostree from updates-testing
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dustymabe committed Jan 27, 2025
1 parent 69f5874 commit 2a66595
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ install_rpms() {
# Process our base dependencies + build dependencies and install
(echo "${builddeps}" && echo "${frozendeps}" && "${srcdir}"/src/print-dependencies.sh) | xargs yum -y install

# Add fast-tracked packages here. We don't want to wait on bodhi for rpm-ostree
# as we want to enable fast iteration there.
yum -y --enablerepo=updates-testing upgrade rpm-ostree ostree

# Delete file that only exists on ppc64le because it is causing
# sudo to not work.
# https://bugzilla.redhat.com/show_bug.cgi?id=2082149
Expand Down

0 comments on commit 2a66595

Please sign in to comment.