Skip to content

Commit

Permalink
use sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Feb 21, 2019
1 parent c573a56 commit 3b1da30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/travis_script_manylinux.sh
Expand Up @@ -44,8 +44,8 @@ EOF
for PYTHON_TUPLE in ${PYTHON_VERSIONS}; do
IFS="," read PYTHON_VERSION UNICODE_WIDTH <<< $PYTHON_TUPLE

# cleanup the artifact directory
rm -rf dist
# cleanup the artifact directory, docker writes it as root
sudo rm -rf dist

# build the wheels
docker run --shm-size=2g --rm \
Expand Down

0 comments on commit 3b1da30

Please sign in to comment.