From 2c26a5766e5414d52e8410477d6963d574104730 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 23 Oct 2023 10:52:50 +0200 Subject: [PATCH] Disallow duplicates when concretizing --- environments/key4hep-common/config-nightlies.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environments/key4hep-common/config-nightlies.yaml b/environments/key4hep-common/config-nightlies.yaml index 63d8f9c9..4c703526 100644 --- a/environments/key4hep-common/config-nightlies.yaml +++ b/environments/key4hep-common/config-nightlies.yaml @@ -4,3 +4,6 @@ config: projections: all: "{architecture.target}-{architecture.os}-{compiler.name}{compiler.version}-opt/{name}/{version}-{hash:6}" build_type=Debug: "{architecture.target}-{architecture.os}-{compiler.name}{compiler.version}-dbg/{name}/{version}-{hash:6}" +concretizer: + duplicates: + strategy: none