Issues building a PEX file that can run in different versions of Linux #20511
Unanswered
foobar-coder
asked this question in
Q&A
Replies: 1 comment 3 replies
|
You you been able to take a stab with |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I build a pex file in one of the two O.S.s, I get wheel sub-directories that look like this:
Whereas in the other OS, with exactly the same BUILD and requirement files I get something like this for the same dependency
The PEX file built in the first OS does not run in the second:
I tried using the attribute
pex_binary.platformsbut I cannot find the right strings to use.Can
pantsbuild a PEX file including dependencies for bothmanylinux_2_17_x86_64andmanylinux_2_28_x86_64?If so, how?
P.S. I posted this initially under issues, but it seems that discussions is a better place
All reactions