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
Low priority task but is worth starting to consider these issues. Since we increased the number of tests, CI is taking quite a bit to complete. I am drafting some ideas on how to proceed to speedup CI:
Use in-house docker images with dependencies installed
use a single job to build and run multiple versions of the library, instead of using N ubuntu images and install the env in all of them, we could use one and run multiple cmake commands to build different version of finufft with the same compiler and run it
Have publish workflows that generate all the artifacts (.so, .a, language wrappers) in one go and publish them to the package managers
Any thoughts/volunteers on this?
The text was updated successfully, but these errors were encountered:
Low priority task but is worth starting to consider these issues. Since we increased the number of tests, CI is taking quite a bit to complete. I am drafting some ideas on how to proceed to speedup CI:
Any thoughts/volunteers on this?
The text was updated successfully, but these errors were encountered: