Skip to content

Commit

Permalink
Debug CI build of EICrecon
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Jul 31, 2024
1 parent ca47653 commit ec51c32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/eicshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
platform-release: "jug_xl:nightly"
run: |
echo "--- Compiling EICrecon ---"
export JANA_HOME=$GITHUB_WORKSPACE/jana_home
git clone https://github.com/eic/EICrecon
cd EICrecon
cmake -S . -B build -DJANA_DIR=$GITHUB_WORKSPACE/jana_home/lib/cmake/JANA
Expand All @@ -108,5 +109,7 @@ jobs:
setup: "/opt/detector/epic-main/bin/thisepic.sh"
run: |
echo "--- Running EICrecon ---"
EICrecon/bin/eicrecon sim_e_1GeV_20GeV_craterlake.edm4hep.root
export LD_LIBRARY_PATH=$JANA_HOME:$LD_LIBRARY_PATH
ldd EICrecon/bin/eicrecon
valgrind EICrecon/bin/eicrecon sim_e_1GeV_20GeV_craterlake.edm4hep.root

0 comments on commit ec51c32

Please sign in to comment.