public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/intel-igc] epel10: Fix .git issues during koji build
@ 2026-07-21 18:55 Androniychuk, Pavel
  0 siblings, 0 replies; only message in thread
From: Androniychuk, Pavel @ 2026-07-21 18:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/intel-igc
Branch : epel10
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

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}"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-21 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 18:55 [rpms/intel-igc] epel10: Fix .git issues during koji build Androniychuk, Pavel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox