Add -g1 to find-debuginfo flags to try and get builds through

F38 and F39 builds are failing a lot on x86_64 with gdb-add-index
being killed, even with the %limit_build thing I added previously,
so we'll have to try this. This is a big hammer which reduces
the quality of backtraces a lot, but we really need to get
builds through right now to fix major bugs.
This commit is contained in:
Adam Williamson 2023-10-07 08:15:46 -07:00
parent b85953896b
commit d551f9cd18

View File

@ -460,7 +460,7 @@ Mozilla's crash reporter servers. If you are trying to locally
debug %{name}, you want to install %{name}-debuginfo instead.
%files -n %{crashreporter_pkg_name} -f debugcrashreporter.list
%else
%global _find_debuginfo_opts %{limit_build -m 32768}
%global _find_debuginfo_opts %{limit_build -m 32768} -g1
%endif
%package x11