Skip to content
Snippets Groups Projects
Commit e3399e2a authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: allow duplicated py-cython and py-pip again

parent 4ba73b16
No related branches found
No related tags found
1 merge request!956chore: spack-v0.22.1
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment