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: Tue, 21 Jul 2026 19:00:14 GMT	[thread overview]
Message-ID: <178466041438.1.12745318699266280193.rpms-intel-igc-3cddcf3bde1d@fedoraproject.org> (raw)

A new commit has been pushed.

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

Log:
Fix .git issues during koji build

---
diff --git a/intel-igc.spec b/intel-igc.spec
index e04883c..f4df9dd 100644
--- a/intel-igc.spec
+++ b/intel-igc.spec
@@ -141,6 +141,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-07-21 19:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-21 19:00 Androniychuk, Pavel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-15 18:46 [rpms/intel-igc] epel10.2: Fix .git issues during koji build Androniychuk, Pavel

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=178466041438.1.12745318699266280193.rpms-intel-igc-3cddcf3bde1d@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