On 13/10/2021 15:44, Iñaki Ucar wrote:
Why rawhide and F35 and not F34?

Random issue due to the different builders.

Anything I can do in the SPEC to fix this?

Try this:

%ifarch %{arm}
%global _smp_build_ncpus 1
%endif

If it will not help, you can also try this:

%ifarch %{arm}
%global _smp_build_ncpus 1
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
%endif

--
Sincerely,
  Vitaly Zaitsev (vit...@easycoding.org)
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
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/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to