-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI Speedup #839
CI Speedup #839
Conversation
Added some further performance improvements. This gives a 4x improvement on Linux, and 2x on macOS. Windows is still problematic (Release version takes 2 hours both before and after!), but we removed the dependency on the
|
This is awesome! What was the biggest timesaver on Linux? |
For Linux, not installing all of Boost and using |
Specialize Boost install so that the CI is faster.
This gives a ~17 minute improvement since Boost install goes down from ~22 mins to ~5 mins.
Shoutout to @ProfFan for making me aware of this!