Does pants already support cross building pex bina...
# general
c
Does pants already support cross building pex binaries in a container via the new environments feature in the latest dev build? My project depends on a couple of packages that are only available as
sdists
but I need to build pex binaries for mac and linux. I am currently running on
"2.16.0.dev3"
and tried to get it working but it still complains that it can’t find a wheel.
b
This is a good question for @ancient-vegetable-10556 :⁠-⁠)
a
@cold-branch-54016 it should do? Do you have a
docker_environment
target set up yet?