Skip to content

Commit

Permalink
Try building with manylinux2014 due to pypa/manylinux#836
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 2, 2020
1 parent d26071b commit c60655c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/releases/make-manylinux
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ if [ ! -d $HOME/.ccache ]; then
fi
# Travis CI and locally we want `-ti`, but github actions doesn't have a TTY, so one
# or the other of the arguments causes this to fail with 'input device is not a TTY'
docker run --rm -v "$(pwd):/gevent" -v "$LCACHE:/cache" -v "$HOME/.ccache:/ccache" ${DOCKER_IMAGE:-quay.io/pypa/manylinux2010_x86_64} /gevent/scripts/releases/$(basename $0)
# We used to work on 2010, trying 2014 to workaround https://github.com/pypa/manylinux/issues/836
docker run --rm -v "$(pwd):/gevent" -v "$LCACHE:/cache" -v "$HOME/.ccache:/ccache" ${DOCKER_IMAGE:-quay.io/pypa/manylinux2014_x86_64} /gevent/scripts/releases/$(basename $0)
ls -l wheelhouse

0 comments on commit c60655c

Please sign in to comment.