Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change spack repo update from branch to tag
  • Loading branch information
wdconinc authored Nov 9, 2025
commit afa8ba1f88c7d373829ecf895dcaec3e14851c91
2 changes: 1 addition & 1 deletion containers/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ADD https://api.github.com/repos/${SPACKPACKAGES_ORGREPO}/commits/${SPACKPACKAGE
RUN <<EOF
set -e
spack repo add --scope site --name builtin https://github.com/${SPACKPACKAGES_ORGREPO}.git ${SPACKPACKAGES_ROOT}
spack repo update --scope site --branch ${SPACKPACKAGES_VERSION} builtin
spack repo update --scope site --tag ${SPACKPACKAGES_VERSION} builtin
if [ -n "${SPACKPACKAGES_CHERRYPICKS}" ] ; then
SPACKPACKAGES_CHERRYPICKS=$(git -C ${SPACKPACKAGES_ROOT} rev-list --topo-order ${SPACKPACKAGES_CHERRYPICKS} | grep -m $(echo ${SPACKPACKAGES_CHERRYPICKS} | wc -w) "${SPACKPACKAGES_CHERRYPICKS}" | tac)
eval "declare -A SPACKPACKAGES_CHERRYPICKS_FILES_ARRAY=(${SPACKPACKAGES_CHERRYPICKS_FILES})"
Expand Down
Loading