-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Build reliablity fixes #15048
Build reliablity fixes #15048
Conversation
Thanks for taking this up. How much slowdown did you observe after disabling parallel build? I have seen dramatic difference locally when building parallelly vs sequentially. |
In CI builds - I don't see any significant differences; but they all used the I think this patch may only affect the execution time of locally run integraion-tests For the command:
|
this patch also reduces the gap between seq/paralell build for a command like: worktree is already built built; artifacts cached
|
-B
(disables download progress)NullHandling.init