https://pantsbuild.org/ logo
w

witty-crayon-22786

01/11/2021, 11:17 PM
scratch that itch
h

hundreds-father-404

01/11/2021, 11:18 PM
This is reminding me how nice it would be to release Pants as a standalone binary. I'm having issues getting cryptography to build too What's the reason Pex doesn't work for that again? Why don't we always install via the Pex builds?
w

witty-crayon-22786

01/12/2021, 12:28 AM
it would… but an assumption of a rust standalone binary is that it will not be cross platform
we could ship multiple pexes each with wheels for a particular platform to achieve a similar effect
with the largest difference being that a pex is unlikely to ever contain a python interpreter, whereas a pyoxidizer build would
h

hundreds-father-404

01/12/2021, 3:47 PM
we could ship multiple pexes each with wheels for a particular platform to achieve a similar effect
Right now we do a single multiplatform Pex. Why would we want to change to multiple?
w

witty-crayon-22786

01/12/2021, 6:09 PM
we probably wouldn’t. i’m saying that a standalone binary would not be cross platform.
👍 1