From fd023f33e2bee5b149e9dba4a92df70a5844c113 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 20 Feb 2024 10:44:49 -0600
Subject: [PATCH] feat: dbg environment (#10)

* feat: dbg environment

* fix: actually build dbg
---
 .gitlab-ci.yml                   |  1 +
 spack-environment/dbg/spack.yaml | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 spack-environment/dbg/spack.yaml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6086c911f..4978da904 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -268,6 +268,7 @@ jug_dev:
         BUILD_IMAGE: jug_
         PLATFORM: linux/amd64
         ENV:
+        - dbg
         - dev
         - prod
 #      - BUILD_TYPE:
diff --git a/spack-environment/dbg/spack.yaml b/spack-environment/dbg/spack.yaml
new file mode 100644
index 000000000..60f86ed24
--- /dev/null
+++ b/spack-environment/dbg/spack.yaml
@@ -0,0 +1,19 @@
+spack:
+  include:
+  - ../concretizer.yaml
+  - ../packages.yaml
+  config:
+    install_missing_compilers: false
+  specs:
+  - acts build_type=Debug
+  - algorithms build_type=Debug
+  - cmake
+  - dd4hep build_type=Debug
+  - edm4eic build_type=Debug
+  - edm4hep build_type=Debug
+  - eicrecon build_type=Debug
+  - gdb
+  - irt build_type=Debug
+  - jana2 build_type=Debug
+  - valgrind
+  view: false
-- 
GitLab