Skip to content
Snippets Groups Projects
Commit 074bc2b135f3 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

packaging: explain why we purge while building wheels

We also make is a bit narrower so that it is less surprising.
parent b65f11f49375
No related branches found
No related tags found
2 merge requests!1100Merge stable into default,!1084wheel: add a target for musl linux and other nightly build improvement.
......@@ -20,7 +20,11 @@
# therefor not compatible.
cp -r /src/ /tmp/src/
cd /tmp/src/
hg purge --all --no-confirm
# clear potentially cached artifact from the host
# (we could narrow this purge probably)
hg purge \
--ignored \
--no-confirm
export HGRCPATH=/tmp/build-config.rc
cat << EOF > $HGRCPATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment