public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/intel-igc] epel10.2: Fix .git issues during koji build
@ 2026-06-15 18:46 Androniychuk, Pavel
0 siblings, 0 replies; only message in thread
From: Androniychuk, Pavel @ 2026-06-15 18:46 UTC (permalink / raw)
To: git-commits
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}"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 18:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 18:46 [rpms/intel-igc] epel10.2: 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