You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Waiting for cibuildwheel to finish is really painful, even for a single wheel. Is there a flag I can use in order to force it to use multiple threads when building? For example, when building code with make I can specify --jobs 8 to build 8 source files at a time instead of 1 at a time.
For scale, cibuildwheel is one hundred (!!!!!) times slower than all the other checks I do. Being able to reduce that to 10x slower by using parallelism would be hugely helpful.