feat: allow hash table with file list for spack cherry-picks
Compare changes
Files
3+ 9
− 1
@@ -33,6 +33,7 @@ ENV SPACK_ROOT=/opt/spack
@@ -33,6 +33,7 @@ ENV SPACK_ROOT=/opt/spack
@@ -40,7 +41,14 @@ git clone --filter=tree:0 https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT}
@@ -40,7 +41,14 @@ git clone --filter=tree:0 https://github.com/${SPACK_ORGREPO}.git ${SPACK_ROOT}
SPACK_CHERRYPICKS=$(git -C ${SPACK_ROOT} rev-list --topo-order ${SPACK_CHERRYPICKS} | grep -m $(echo ${SPACK_CHERRYPICKS} | wc -w) "${SPACK_CHERRYPICKS}" | tac)