Skip to content

Commit

Permalink
feat: dbg environment (#10)
Browse files Browse the repository at this point in the history
* feat: dbg environment

* fix: actually build dbg
  • Loading branch information
wdconinc authored Feb 20, 2024
1 parent 7342351 commit fd023f3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ jug_dev:
BUILD_IMAGE: jug_
PLATFORM: linux/amd64
ENV:
- dbg
- dev
- prod
# - BUILD_TYPE:
Expand Down
19 changes: 19 additions & 0 deletions spack-environment/dbg/spack.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fd023f3

Please sign in to comment.