I'm trying to build PEX binaries using `docker_env...
# general
f
I'm trying to build PEX binaries using
docker_environment
so that I get the correct bindings for
mysqlclient
. The resulting PEX binary is roughly 164MB. When I build on my ARM Mac, they PEX fairly quickly, but they're taking 10+ minutes to build on Github Actions (ubuntu-22.04). Has anyone seen this problem before? Is there a way to give more resources to the
docker_environment
? Disclaimer: new to 👖
w
Unrelated to GHA, but for pex + Docker, I'd recommend reading this: https://www.pantsbuild.org/blog/2022/08/02/optimizing-python-docker-deploys-using-pants