public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Antonio Trande <sagitter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/icecat] main: Override latest change| Switch back to GCC
Date: Mon, 21 Sep 2026 13:58:52 GMT	[thread overview]
Message-ID: <178999913210.1.10470895441859361545.rpms-icecat-86782f42037d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/icecat
Branch : main
Commit : 86782f42037d6f29da6221bb7ed83c55ebe2773c
Author : Antonio Trande <sagitter@fedoraproject.org>
Date   : 2026-09-21T15:58:27+02:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/icecat/c/86782f42037d6f29da6221bb7ed83c55ebe2773c?branch=main

Log:
Override latest change| Switch back to GCC

---
diff --git a/icecat.spec b/icecat.spec
index 860ee27..3ba782e 100644
--- a/icecat.spec
+++ b/icecat.spec
@@ -99,7 +99,8 @@ ExcludeArch: %{ix86} %{arm}
 %endif
 
 # Use clang?
-%bcond_without toolchain_clang
+# Currently broken with PGO enabled
+%bcond_with toolchain_clang
 
 %if %{with toolchain_clang}
 %global toolchain clang
@@ -601,7 +602,11 @@ echo "export LLVM_OBJDUMP=llvm-objdump-%{?llvm_suffix}" >> .mozconfig
 
 # Require 4 GB of RAM per CPU core
 %global _smp_tasksize_proc 4096
+%if %{?less_optbuild}
 echo "mk_add_options MOZ_MAKE_FLAGS=\"-j1\"" >> .mozconfig
+%else
+echo "mk_add_options MOZ_MAKE_FLAGS=\"-j%{_smp_build_ncpus}\"" >> .mozconfig
+%endif
 echo "mk_add_options MOZ_SERVICES_SYNC=1" >> .mozconfig
 echo "export STRIP=/bin/true" >> .mozconfig
 

                 reply	other threads:[~2026-09-21 13:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178999913210.1.10470895441859361545.rpms-icecat-86782f42037d@fedoraproject.org \
    --to=sagitter@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox