Is anyone in the flyte community currently using pants as their build system? In particular, curious if there are any particular considerations for running flyte workloads that are packaged as pex binaries
f
freezing-airport-6809
06/09/2022, 4:36 AM
Cc @tall-controller-43958 knows about pants
freezing-airport-6809
06/09/2022, 4:36 AM
But not really any one uses
t
tall-controller-43958
06/09/2022, 8:01 AM
We used buck at Meta and built single-file python archive files (FB-specific versions of PARs) which included all static dependencies (mostly C++ and other common libs, no dynamic linking). I'm not familiar with pants unfortunately
👍 1
e
elegant-australia-91422
06/09/2022, 10:48 PM
Pants is very similar (uses pex instead of PARs but the principle is the same). I'll give it a shot and report back