Skip to content

Commit

Permalink
build.sh: drop kernel 5.8.9 override
Browse files Browse the repository at this point in the history
That package is in the stable repos now so let's stop pinning it while
it's still fresh in our minds.
  • Loading branch information
jlebon authored and openshift-merge-robot committed Sep 17, 2020
1 parent c8f5be9 commit b1b6463
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 @@ -53,10 +53,6 @@ install_rpms() {
# https://github.com/coreos/coreos-assembler/issues/1496
yum -y downgrade cryptsetup-2.3.0-1.fc32

# XXX: Cherry-pick 5.8.9 for https://github.com/coreos/coreos-assembler/issues/1723.
# XXX: Drop when >= 5.8.9 is in repos
yum -y install https://kojipkgs.fedoraproject.org//packages/kernel/5.8.9/200.fc32/"${arch}"/kernel-{core,modules}-5.8.9-200.fc32."${arch}".rpm

# Commented out for now, see above
#dnf remove -y ${builddeps}
# can't remove grubby on el7 because libguestfs-tools depends on it
Expand Down

0 comments on commit b1b6463

Please sign in to comment.