-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: dbg environment * fix: actually build dbg
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -268,6 +268,7 @@ jug_dev: | |
BUILD_IMAGE: jug_ | ||
PLATFORM: linux/amd64 | ||
ENV: | ||
- dbg | ||
- dev | ||
- prod | ||
# - BUILD_TYPE: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |