summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2019-08-06 11:06:08 +0200
committerJan Horak <jhorak@redhat.com>2019-08-06 11:06:08 +0200
commita94add60e53e44e28359b32d3ff9d6d0e337eb06 (patch)
treeae6bef23a42bdd092d3c1c27db5512f826cf39d5
parentAdded webrtc indicator fix (diff)
downloadlibrewolf-fedora-ff-a94add60e53e44e28359b32d3ff9d6d0e337eb06.tar.gz
librewolf-fedora-ff-a94add60e53e44e28359b32d3ff9d6d0e337eb06.tar.bz2
librewolf-fedora-ff-a94add60e53e44e28359b32d3ff9d6d0e337eb06.zip
Debug build for failing koji builds
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 10abab7..49eeff9 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -24,7 +24,7 @@ ExcludeArch: s390x
# on other arches.
%ifarch x86_64 aarch64
%if %{release_build}
-%global build_with_pgo 1
+%global build_with_pgo 0
%else
%global build_with_pgo 0
%endif
@@ -576,7 +576,7 @@ export STRIP=/bin/true
%if 0%{?build_with_pgo}
GDK_BACKEND=x11 xvfb-run ./mach build 2>&1 | cat -
%else
-./mach build 2>&1 | cat -
+env RUST_LOG=debug strace -y -f ./mach build 2>&1 | cat -
%endif
# create debuginfo for crash-stats.mozilla.com
bgstack15