RalfG / python-wheels-manylinux-build

GitHub Action to build Python manylinux wheels
https://github.com/marketplace/actions/python-wheels-manylinux-build
Apache License 2.0
92 stars 44 forks source link

Allow yum packages to be installed #2

Closed dries007 closed 4 years ago

dries007 commented 4 years ago

Added system-packages property that gets passed to yum install -y.

This allows me to install libraries my C extention needs.

Another option would be to allow arbitrary commands before lauch, but I don't know what would be a good way of supporting that, so I did it this way.

dries007 commented 4 years ago

Will do

dries007 commented 4 years ago

I made the suggested changes.

Just an FIY for anyone trying to find out what packages to include, it's easiest to spin up a docker instance with docker run -it 'quay.io/pypa/manylinux1_x86_64' bash and using yum from there. Most of the online package databases have dropped support for the CentOS 5.