Skip to content
Snippets Groups Projects
Unverified Commit fd023f33 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by GitHub
Browse files

feat: dbg environment (#10)

* feat: dbg environment

* fix: actually build dbg
parent 73423512
No related branches found
No related tags found
No related merge requests found
...@@ -268,6 +268,7 @@ jug_dev: ...@@ -268,6 +268,7 @@ jug_dev:
BUILD_IMAGE: jug_ BUILD_IMAGE: jug_
PLATFORM: linux/amd64 PLATFORM: linux/amd64
ENV: ENV:
- dbg
- dev - dev
- prod - prod
# - BUILD_TYPE: # - BUILD_TYPE:
......
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment