-
Notifications
You must be signed in to change notification settings - Fork 746
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
Always build lcli
on CI
#5860
Always build lcli
on CI
#5860
Conversation
right now, we have an adding 2-3 minutes to CI runs hurts me a little I guess :-) but not against it per sé. |
Breaking changes are not very often imo. We would have breaking changes when adding new forks or instances like this where we change the local testnet structure. |
It's unfortunately not enough to just update the binary more frequently, since in the cases where we introduce a breaking change to We would need some kind of logic which checks if there any changes to |
Yes, I agree this is the way. I'm going to merge this one for now to unblock #5850 |
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 48789c7 |
Issue Addressed
The PR removes the "Install lcli" condition and always build lcli on CI, given it now only takes less than 3 minutes on the self-hosted runners.
So far we've had to comment out / uncomment the condition every time there's a breaking change.