Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make building the default python concurrent rather than sequential (#…
…7949) Previously we'd build all the non-default pythons concurrently with building the default python, and then sequence installing the `apt` packages behind building the default Python. However, these `apt` packages can take a little while to fetch/install, and they don't require the default Python, so instead parallelize building the default python at the same time as installing the apt packages. This also makes the flow consistent across all pythons of building in a separate stage and then copying to the final image.
- Loading branch information