Skip to content
Snippets Groups Projects

chore: spack-v0.22.1

Merged Wouter Deconinck requested to merge spack-v0.22.1 into master
Compare and Show latest version
7 files
+ 18
10
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -159,7 +159,7 @@ make --jobs ${jobs} --keep-going --directory /opt/spack-environment \
BUILDCACHE_OCI_FINAL="ghcr"
spack find --long --no-groups \
| sed -e '1,/Installed packages/d;s/\([^@]*\).*/\1/g' \
| uniq -D -f1 | grep -v -w epic \
| uniq -D -f1 | grep -v -w -e "\(epic\|py-pip\|py-cython\)" \
| tee /tmp/duplicates.txt
test -s /tmp/duplicates.txt && ( cat /tmp/duplicates.txt | while read hash spec ; do spack spec --long /${hash} ; done ) && exit 1
ccache --show-stats
Loading