https://bugzilla.redhat.com/show_bug.cgi?id=2102388



--- Comment #3 from Robert-André Mauchin 🐧 <[email protected]> ---
Don't:

# Currently Delve only supports x86_64
ExcludeArch:    ppc64le
ExcludeArch:    s390x
ExcludeArch:    aarch64
ExcludeArch:    i686
ExcludeArch:    armv7hl

instead redefine golang_arches to only include x86_64

%global golang_arches x86_64

This is not like an exclusion because the package temporarily does not work on
an arch, it is because the software only support x86_64, so use ExclusiveArches
(here we redefine golang_arches because it is included by the Golang macros
automatically).


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2102388
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to