Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reasonable way to run locally? #171

Open
wiredfool opened this issue Nov 23, 2020 · 2 comments
Open

Reasonable way to run locally? #171

wiredfool opened this issue Nov 23, 2020 · 2 comments

Comments

@wiredfool
Copy link
Member

wiredfool commented Nov 23, 2020

@hugovk @nulano

Because of python-pillow/Pillow#4225, I need to be able to reproduce the production builds locally. Have either of you done anything like this? It looks like it needs a specially setup trusty virtual machine including modern python & docker, or docker in docker to make it work.

@hugovk
Copy link
Member

hugovk commented Nov 24, 2020

No, I normally develop for Pillow with local, native setup.

Perhaps this is a good base image? https://hub.docker.com/r/matthewbrett/trusty

@nulano
Copy link
Contributor

nulano commented Nov 24, 2020

No, I've only done Windows builds locally.

I'm not sure how helpful this is, but when moving this repo to GHA, it looked like the multibuild script runs everything in a fresh Docker image, and only uses the host python for some simple steps before the build. So you could probably use the multibuild script directly, and modify the local copy for testing if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants