Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When building a pex in release.sh, build it for all supported ABIs. (#…
…7393) ### Problem After #7235, we began building wheels for multiple ABIs and platforms, but when building a pex, we were allowing `pex` to choose which ABI to use in the output `pex`, which could result in an unusable output pex: see #7383. ### Solution Explicitly include all ABIs when constructing a pex with `-p`. ### Result Released and nightly pexes will be larger, but much more compatible. Fixes #7383.
- Loading branch information