I noticed today while building Anaconda for the Hyperscale spin that we have aarch64 and ppc64le enabled in our targets. At this time, we're not supporting these architectures and I don't want to mislead people into thinking we support them.
Can someone go through the Hyperscale tags and disable all arches that are not x86_64?
Hey @ngompa . Sorry, should be fixed as default is to use all available arches for 8-stream, but let's ensure for new tags requests, we mention that it's only x86_64.
Should be fixed now :
koji list-tags|grep hyperscale8s|while read tag ; do echo "# koji tag $tag settings : " ; koji taginfo $tag|grep Arches;done # koji tag hyperscale8s-packages-experimental-candidate settings : Arches: x86_64 # koji tag hyperscale8s-packages-experimental-el8-build settings : Arches: x86_64 # koji tag hyperscale8s-packages-experimental-release settings : Arches: x86_64 # koji tag hyperscale8s-packages-experimental-testing settings : Arches: x86_64 # koji tag hyperscale8s-packages-facebook-candidate settings : Arches: x86_64 # koji tag hyperscale8s-packages-facebook-el8-build settings : Arches: x86_64 # koji tag hyperscale8s-packages-facebook-release settings : Arches: x86_64 # koji tag hyperscale8s-packages-facebook-testing settings : Arches: x86_64 # koji tag hyperscale8s-packages-hotfixes-candidate settings : Arches: x86_64 # koji tag hyperscale8s-packages-hotfixes-el8s-build settings : Arches: x86_64 # koji tag hyperscale8s-packages-hotfixes-release settings : Arches: x86_64 # koji tag hyperscale8s-packages-hotfixes-testing settings : Arches: x86_64 # koji tag hyperscale8s-packages-main-candidate settings : Arches: x86_64 # koji tag hyperscale8s-packages-main-el8-build settings : Arches: x86_64 # koji tag hyperscale8s-packages-main-release settings : Arches: x86_64 # koji tag hyperscale8s-packages-main-testing settings : Arches: x86_64 # koji tag hyperscale8s-packages-spin-candidate settings : Arches: x86_64 # koji tag hyperscale8s-packages-spin-el8s-build settings : Arches: x86_64 # koji tag hyperscale8s-packages-spin-release settings : Arches: x86_64 # koji tag hyperscale8s-packages-spin-testing settings : Arches: x86_64
Metadata Update from @arrfab: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Issue status updated to: Open (was: Closed)
Metadata Update from @arrfab: - Issue tagged with: cbs, low-gain, low-trouble
Metadata Update from @arrfab: - Issue assigned to arrfab
Log in to comment on this ticket.