Skip to content
Snippets Groups Projects

chore: spack-v0.22.1

Merged Wouter Deconinck requested to merge spack-v0.22.1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -161,7 +161,7 @@ spack find --long --no-groups \
| sed -e '1,/Installed packages/d;s/\([^@]*\).*/\1/g' \
| uniq -D -f1 | grep -v -w epic \
| tee /tmp/duplicates.txt
test -s /tmp/duplicates.txt && ( cat /tmp/duplicates.txt | while read hash spec ; do spack spec /${hash} ; done ) && exit 1
test -s /tmp/duplicates.txt && ( cat /tmp/duplicates.txt | while read hash spec ; do spack spec --long /${hash} ; done ) && exit 1
ccache --show-stats
ccache --zero-stats
EOF
Loading