diff --git a/contrib/packaging/build-linux-wheels.sh b/contrib/packaging/build-linux-wheels.sh --- a/contrib/packaging/build-linux-wheels.sh +++ b/contrib/packaging/build-linux-wheels.sh @@ -20,7 +20,11 @@ export MERCURIAL_SETUP_FORCE_TRANSLATION # 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