<#5862 Pants equivalent of PEX resolver --build/--...
# github-notifications
c
#5862 Pants equivalent of PEX resolver --build/--no-build option? Issue created by DrumMachineLearning Many PEX flags have a pants equivalent- for example, the `--zip-safe`/`--not-zip-safe` PEX flags translate into the
zip_safe
parameter to the
python_binary
target. I can't seem to find an equivalent for the `--build`/`--no-build` PEX Resolver flags in pants. Is there such an option? More generally, a translation table of some kind from PEX options to Pants options would be extremely useful. I apologize if this has been covered elsewhere; as you might imagine searching for 'build' is a nightmare. pantsbuild/pants