From e1446da13e67f010f21c8abaad4e000957cf12e5 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Wed, 28 Jun 2023 21:37:04 -0500 Subject: [PATCH] fix: patch main and nightly too, for now --- detectors.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/detectors.yaml b/detectors.yaml index d8caab28a..43641b72b 100644 --- a/detectors.yaml +++ b/detectors.yaml @@ -3,9 +3,13 @@ detectors: nightly: default: true version: main + patches: + - https://github.com/eic/epic/pull/449.patch cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type main: version: main + patches: + - https://github.com/eic/epic/pull/449.patch cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type 22.12.0: version: 22.12.0 -- GitLab