public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Androniychuk, Pavel <pavel.androniychuk@intel.com>
To: git-commits@fedoraproject.org
Subject: [rpms/intel-igc] epel10.2: Fix .git issues during koji build
Date: Mon, 15 Jun 2026 18:46:48 GMT	[thread overview]
Message-ID: <178154920882.1.12663651906588069472.rpms-intel-igc-e24fd1fa08dd@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/intel-igc
Branch : epel10.2
Commit : e24fd1fa08ddb8edb9d5ac8e50b1345a3c29e77d
Author : Androniychuk, Pavel <pavel.androniychuk@intel.com>
Date   : 2026-06-15T11:46:30-07:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/intel-igc/c/e24fd1fa08ddb8edb9d5ac8e50b1345a3c29e77d?branch=epel10.2

Log:
Fix .git issues during koji build

---
diff --git a/intel-igc.spec b/intel-igc.spec
index 6299ba5..fa1499b 100644
--- a/intel-igc.spec
+++ b/intel-igc.spec
@@ -140,6 +140,9 @@ tar -xf %{SOURCE5} -C %{_builddir}/SPIRV-Tools   --strip-components=1
 # adjust the directories if needed, when patches change.
 git config --global user.email "build@localhost"
 git config --global user.name "build"
+# Disable background gc/maintenance: it can mutate .git while IGC's cmake building
+git config --global gc.auto 0
+git config --global maintenance.auto false
 git -C %{_builddir}/llvm-project init -q
 git -C %{_builddir}/llvm-project add -f clang/ llvm/docs
 git -C %{_builddir}/llvm-project commit -q -m "llvmorg-%{llvm_ver}"

                 reply	other threads:[~2026-06-15 18:46 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=178154920882.1.12663651906588069472.rpms-intel-igc-e24fd1fa08dd@fedoraproject.org \
    --to=pavel.androniychuk@intel.com \
    --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