From e6bc05547aa359282a372e5bb4f569c4ff0ccfd6 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 21 Nov 2022 10:34:25 +0100 Subject: [PATCH] Temporary disable crashreporter --- firefox.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 99c824d..19df527 100644 --- a/firefox.spec +++ b/firefox.spec @@ -52,7 +52,8 @@ ExcludeArch: i686 # https://bugzilla.redhat.com/show_bug.cgi?id=1951606 %global enable_mozilla_crashreporter 0 %ifarch x86_64 %{ix86} -%global enable_mozilla_crashreporter 1 +# Temporaty disabled due to build issues +%global enable_mozilla_crashreporter 0 %endif %if %{build_with_asan} %global enable_mozilla_crashreporter 0