Commit 9815ff9b authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

Add temporary workaround for egg patches

parent becf8150
Pipeline #35627 failed with stage
in 0 seconds
......@@ -61,6 +61,11 @@ chmod -R u+w .
rm -fv .installed.cfg environment.*
rm -rfv ./{downloads,parts,eggs,develop-eggs,bin,rebootstrap}
# We need to remove those files to prevent errors in the zc.recipe.egg:custom
# because it is a hardlink and we can't do hardlinks twice
# XXX should be removed when the recipe is fixed
rm -fv ./download-cache/dist/patch.*
# Removing empty directories
find . -type d -empty -prune -exec rmdir '{}' ';'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment