Unbreak tests/Sanity/rebuild-coreutils
Work around #1960792 (a coreutils bug). While the systems running Fedora CI are still affected, the fix is already in the update repos. Using "dnf update coreutils" should be enough to make our test pass.
This commit is contained in:
parent
3ebde0f76b
commit
c82e600f3f
@ -40,6 +40,8 @@ rlJournalStart
|
||||
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
|
||||
rlRun "pushd $TmpDir"
|
||||
|
||||
rlRun 'dnf -y update coreutils' 0-255
|
||||
|
||||
rlRun "koji download-build --arch=src $(rpm -q coreutils)"
|
||||
rlRun "SRPM=`find . -name 'coreutils-*.src.rpm'`"
|
||||
rlRun "dnf builddep -y $SRPM"
|
||||
|
Loading…
Reference in New Issue
Block a user