-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Speedup boost recipe package_info by caching dependencies file #4319
Speedup boost recipe package_info by caching dependencies file #4319
Conversation
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Is the CI broken or something? Before I was able to see the status of the builds... P.S. @mathbunnyru you also need to fill the checkboxes. :) |
Filling checkboxes is not necessary, believe me :) |
@mathbunnyru is a bad boy, living by his own rules 🤣 |
All green in build 1 (
|
You need to check the messages posted by the bot #4319 (comment) |
check-boxes are just more or less a reminder for contributors, it's not required to mark them, it's just to not forget about running these steps |
Sure, but before I was able to directly open them in the CI, which gives you the information in much more comfortable variant. |
Specify library name and version: boost/all
Fix: #4203
The file with dependencies was read on each call to
self._dependencies
.It never changes, so I decided to cache it, and it gave a good speedup and 6 seconds waiting during
package_info
is gone.conan-center hook activated.