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

llbuild: Prevent reported build tasks count from decreasing #7329

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 10, 2024

  1. Prevent build tasks from decreasing

    Currently SwiftPM will reduce the total number of jobs in the CLI output
    if llbuild determines a task does not need to be run. This results in
    confusing output to the user where as the build progresses the number of
    completed tasks strictly increases but the total can fluctuate. This
    commit updates the task counting logic to consider "up to date" build
    operations as complete instead of reducing the total count leading to
    clearer progress output.
    rauhul committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    695b647 View commit details
    Browse the repository at this point in the history