ska-sa / spead2

Library for the Streaming Protocol for Exchange of Astronomical Data (SPEAD)
http://spead2.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
23 stars 14 forks source link

Build all the wheels in parallel #245

Closed bmerry closed 1 year ago

bmerry commented 1 year ago

This speeds up the latency process, even though it increases the total work (because before_all.sh now runs for every wheel, instead of once per architecture).

A new stage is added at the end to fetch the debug symbols produced for each wheel and put them into a single compressed tarball. This gets much better compression than the zipfile that Github produces for the artifact (I'm guessing because the individual files have a lot of commonality, and a .tar.xz is a compressed archive of files while .zip is an archive of compressed files.