-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
cross-cc.mk: Fix slowness since previous fix #5998
Conversation
@mreid-tt As soon as I read your question #5995 (comment) I knew where this may be comming from. I've changed the if/else so it a) makes more sense and b) avoid causing any delay at build time. Initial testing seems to demonstrate it works well, do you mind confirming on your end before I merge? |
Given that I only build via GitHub, testing would be a bit difficult. My understanding is that I would need to rebase to the current master and then import your commit to be able to test it. Is this correct? EDIT: I would recommend giving this PR a more standardised title and description before merging. |
@th0ma7, I did the rebase I suggested above and merged in your PR but so far the "Evaluating dependencies" is running for over 10 minutes which is unusual. Will continue to monitor at: https://github.com/SynoCommunity/spksrc/pull/5992/checks |
wow, that took 1h59mins... this is odd. Let me revisit this. @mreid-tt do you have previous runs we can check on? EDIT: Looking at https://github.com/SynoCommunity/spksrc/pull/5879/checks which was not rebased yet (not even to prior change) took 3m15secs. So that a baseline I can work with. |
You can take a look at the previous successful builds which were all a few minutes until 2 days ago: https://github.com/SynoCommunity/spksrc/actions/workflows/build.yml?query=is%3Asuccess+branch%3Afengoffice-update |
Superseeded with #6002 |
Description
cross-cc.mk: Fix slowness noticed by @mreid-tt since previous fix
Fixes #5995 (comment)
Checklist
all-supported
completed successfullyType of change