remove glibc32 from the runroot tasks
a workaround has been put in place on os's that need it. dnf errors when a package is listed that is not available. breaking rawhide composes. Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
a2ace9e05c
commit
e9699b7327
@ -317,8 +317,7 @@ class BuildinstallThread(WorkerThread):
|
|||||||
task_id = None
|
task_id = None
|
||||||
if runroot:
|
if runroot:
|
||||||
# run in a koji build root
|
# run in a koji build root
|
||||||
# glibc32 is needed by yaboot on ppc64
|
packages = ["strace"]
|
||||||
packages = ["glibc32", "strace"]
|
|
||||||
if buildinstall_method == "lorax":
|
if buildinstall_method == "lorax":
|
||||||
packages += ["lorax"]
|
packages += ["lorax"]
|
||||||
elif buildinstall_method == "buildinstall":
|
elif buildinstall_method == "buildinstall":
|
||||||
|
Loading…
Reference in New Issue
Block a user