Re: [chromium-freeworld] Exclude aarch64

2022-05-26 Thread Sérgio Basto
Hi, have you checked [1] ?  I use "ulimit -n 4096" ( https://copr-dist-git.fedorainfracloud.org/cgit/sergiomb/electrons/nodejs-electron.git/tree/nodejs-electron.spec ) but I can't install it [2] [1] https://fedoraproject.org/wiki/Changes/MemoryConstraintsMacros

Re: [chromium-freeworld] Exclude aarch64

2022-05-26 Thread Andrew Bauer
-freeworld] Exclude aarch64 Trying to build for aarch64 with a under powered builder isn't viable any more. I have already tried limiting cpu cores. https://pkgs.rpmfusion.org/cgit/free/chromium-freeworld.git/tree/chromium-freeworld.spec#n6 I'm not willing to limit it further as it's

Re: [chromium-freeworld] Exclude aarch64

2022-05-26 Thread Vitaly Zaitsev via rpmfusion-developers
--- Begin Message --- On 26/05/2022 11:09, Leigh Scott wrote: I have already tried limiting cpu cores. You can also try reducing the debuginfo verbosity for aarch64 and disable LTO: %ifnarch x86_64 %global _lto_cflags %{nil} %global optflags %(echo %{optflags} | sed 's/-g /-g0 /') %endif

Re: [chromium-freeworld] Exclude aarch64

2022-05-26 Thread Vitaly Zaitsev via rpmfusion-developers
--- Begin Message --- On 25/05/2022 21:53, Dominik 'Rathann' Mierzejewski wrote: https://koji.rpmfusion.org/koji/taskinfo?taskID=544892 failure, but why did it fail? I don't see any errors in the build.log. It just stops in the middle of the build. Killed due to OOM condition. -- Sincerely,

Re: [chromium-freeworld] Exclude aarch64

2022-05-26 Thread Dominik 'Rathann' Mierzejewski
On Thursday, 26 May 2022 at 11:09, Leigh Scott wrote: > Trying to build for aarch64 with a under powered builder isn't viable any > more. > > I have already tried limiting cpu cores. > > https://pkgs.rpmfusion.org/cgit/free/chromium-freeworld.git/tree/chromium-freeworld.spec#n6 > > I'm not

Re: [chromium-freeworld] Exclude aarch64

2022-05-26 Thread Leigh Scott
Trying to build for aarch64 with a under powered builder isn't viable any more. I have already tried limiting cpu cores. https://pkgs.rpmfusion.org/cgit/free/chromium-freeworld.git/tree/chromium-freeworld.spec#n6 I'm not willing to limit it further as it's not acceptable IMO for builds to

Re: [chromium-freeworld] Exclude aarch64

2022-05-25 Thread Gary Buhrmaster
On Wed, May 25, 2022 at 7:54 PM Dominik 'Rathann' Mierzejewski wrote: > I assume this is due to > https://koji.rpmfusion.org/koji/taskinfo?taskID=544892 failure, but why > did it fail? I don't see any errors in the build.log. It just stops in > the middle of the build. My guess (and it is just

Re: [chromium-freeworld] Exclude aarch64

2022-05-25 Thread Dominik 'Rathann' Mierzejewski
On Wednesday, 25 May 2022 at 17:11, Leigh Scott wrote: > commit 18bbf609ff961e6a9dee32384ffd083c2f9c7b64 > Author: Leigh Scott > Date: Wed May 25 16:11:03 2022 +0100 > > Exclude aarch64 > > chromium-freeworld.spec | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > --- > diff --git