From 245dbd7a42e05a79ac96e519412d3b738f41e692 Mon Sep 17 00:00:00 2001
From: Marco Clemencic <marco.clemencic@cern.ch>
Date: Mon, 10 Mar 2025 14:36:37 +0100
Subject: [PATCH] Use special version of LHCb in sim11 slots until they are
 moved to LCG 106

---
 lhcbnightlyconf/Gauss.py | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/lhcbnightlyconf/Gauss.py b/lhcbnightlyconf/Gauss.py
index d3671b0c..3f97dfc0 100644
--- a/lhcbnightlyconf/Gauss.py
+++ b/lhcbnightlyconf/Gauss.py
@@ -154,7 +154,14 @@ def create_gaussino_slot(name, desc, platforms=SIM11_PLATFORMS):
             Project('Gaudi', 'v39r2'),
             Project('Geant4', 'HEAD'),
             Project('Detector', 'HEAD'),
-            Project('LHCb', 'HEAD'),
+            # LHCb/master is not compatible with LCG 105c
+            Project(
+                'LHCb',
+                'lcg-105-compat-patches',
+                checkout=('git', {
+                    'merges': 'all'
+                }),
+            ),
             Project('Run2Support', 'HEAD'),
             Project(
                 'GaussinoExtLibs',
-- 
GitLab