Skip to content
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

Fix progress logging for parallel builds #9096

Closed
wants to merge 2 commits into from

Commits on Apr 13, 2021

  1. Improve progress logging on parallel builds

    Currently, the progress bar increases when each parallel task is submitted for
    processing. However, that doesn't necessarily mean any progress has actually
    been made yet. The result is the progress bar very quickly jumps to 100% and stalls at
    
    > waiting for workers ...
    
    This updates the progress bar as individual tasks are joined, for
    long-running builds this creates a meaningfully sense of progress.
    peterbell10 committed Apr 13, 2021
    Copy the full SHA
    ad58d88 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Copy the full SHA
    8485f5e View commit details
    Browse the repository at this point in the history