Skip to content

Commit

Permalink
Force --no-cache when building docker image for manylinux package.
Browse files Browse the repository at this point in the history
  • Loading branch information
dputhier committed Nov 3, 2021
1 parent aaf3abe commit d895f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ release_pip_unix:
cd manylinux ; \
docker rmi -f manylinux ; \
docker rm -f imanylinux || true ; \
docker build -t manylinux . ; \
docker build --no-cache -t manylinux . ; \
docker create -t --name imanylinux manylinux /bin/bash ; \
docker cp imanylinux:/tmp/ /tmp ; \
rm -rf ../wheels ; \
Expand Down

0 comments on commit d895f73

Please sign in to comment.