so that actually does what you want, but it only g...
# pex
a
so that actually does what you want, but it only generates the final pex at runtime, instead of build time which is what you want. it also doesn't actually avoid the resolve at runtime, although it can use an intransitive resolve which can be made faster if we record the URLs and just download them in parallel, for example