Loading
Fix installing brew-build on rhel-7 ppc64 arch
RHEL 7 ppc64 was excluded from brewkoji installation because no RCMTOOLS compose exists for ppc64. Work around this by using the RCMTOOLS x86_64 repo which contains the noarch brewkoji package.
The arch-specific libcomps and python2-libcomps dependencies are not available in the x86_64 repo, so they are installed directly from Brew as ppc64 RPMs before brewkoji.
The x86_64 RCM repository is removed after installation to prevent arch mismatch issues during later package operations on the guest.
Edited by Miroslav Vadkerti