Re: i686 build OOMing

2021-05-22 Thread Leigh Scott
> But I could consider dropping to g0 on ix86 I suppose. > > But it's mostly a debugging package so I think it might not be optimal > to have no symbols for it at all. Indeed it will affect some 32bit apps, do we really care that much about some old steam games?

Re: i686 build OOMing

2021-05-20 Thread David Airlie
On Thu, May 20, 2021 at 6:45 PM Leigh Scott wrote: > > Is disabling debug on i686 an option? > > --- a/vulkan-validation-layers.spec > +++ b/vulkan-validation-layers.spec > @@ -43,7 +43,12 @@ developing applications that use %{name}. > > %build > # Decrease debuginfo verbosity to reduce memory c

Re: i686 build OOMing

2021-05-20 Thread Leigh Scott
Is disabling debug on i686 an option? --- a/vulkan-validation-layers.spec +++ b/vulkan-validation-layers.spec @@ -43,7 +43,12 @@ developing applications that use %{name}. %build # Decrease debuginfo verbosity to reduce memory consumption even more +%ifarch %{ix86} +%global debug_package %{nil}

Re: i686 build OOMing

2021-05-19 Thread Jakub Jelinek
On Thu, May 20, 2021 at 04:57:03AM +1000, David Airlie wrote: > > On Tue, May 18, 2021 at 04:59:50PM -0600, Jeff Law wrote: > > > > > > On 5/18/2021 4:44 PM, David Airlie wrote: > > > > https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log > > > > > > > > cd > > > > /builddir/buil

Re: i686 build OOMing

2021-05-19 Thread David Airlie
On Thu, May 20, 2021 at 4:51 AM Kevin Fenzi wrote: > > On Tue, May 18, 2021 at 04:59:50PM -0600, Jeff Law wrote: > > > > On 5/18/2021 4:44 PM, David Airlie wrote: > > > https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log > > > > > > cd > > > /builddir/build/BUILD/Vulkan-Validat

Re: i686 build OOMing

2021-05-19 Thread Kevin Fenzi
On Tue, May 18, 2021 at 04:59:50PM -0600, Jeff Law wrote: > > On 5/18/2021 4:44 PM, David Airlie wrote: > > https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log > > > > cd > > /builddir/build/BUILD/Vulkan-ValidationLayers-sdk-1.2.176.1/i686-redhat-linux-gnu/layers > > && /usr/b

Re: i686 build OOMing

2021-05-18 Thread Jeff Law
On 5/18/2021 4:44 PM, David Airlie wrote: https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log cd /builddir/build/BUILD/Vulkan-ValidationLayers-sdk-1.2.176.1/i686-redhat-linux-gnu/layers && /usr/bin/g++ -DAPI_NAME=\"Vulkan\" -DVK_ENABLE_BETA_EXTENSIONS -DVK_USE_PLATFORM_WAYLA

i686 build OOMing

2021-05-18 Thread David Airlie
https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log cd /builddir/build/BUILD/Vulkan-ValidationLayers-sdk-1.2.176.1/i686-redhat-linux-gnu/layers && /usr/bin/g++ -DAPI_NAME=\"Vulkan\" -DVK_ENABLE_BETA_EXTENSIONS -DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_WAYLAND_KHX -DVK_USE