Skip to content

Commit

Permalink
Debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrizka committed Dec 27, 2024
1 parent bf9cf14 commit fbc7b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/concretize-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Apply the patches
shell: spack-bash {0}
run: |
find .
spack/var/repo/mucoll-spack/AlmaLinux9/apply_patches.sh -f spack/var/repo/key4hep-spack
spack/var/repo/mucoll-spack/AlmaLinux9/apply_patches.sh -f spack/var/repo/mucoll-spack
- name: Spack Local Setup
Expand Down
2 changes: 2 additions & 0 deletions AlmaLinux9/apply_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ REPO=$(realpath ${1})

# Determine what commit of spack we have
cd ${SPACK_ROOT}
pwd
ls -a
SPACK_COMMIT=$(git rev-parse HEAD)

# Determine key4hep supported spack commit
Expand Down

0 comments on commit fbc7b28

Please sign in to comment.