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 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.platforms
but I cannot find the right strings to use.Can
pants
build a PEX file including dependencies for bothmanylinux_2_17_x86_64
andmanylinux_2_28_x86_64
?If so, how?
P.S. I posted this initially under issues, but it seems that discussions is a better place
Beta Was this translation helpful? Give feedback.
All reactions