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

ninja: pipe ninja output through cat in hooks #149810

Merged
merged 1 commit into from
Dec 9, 2021

Commits on Dec 9, 2021

  1. ninja: pipe ninja output through cat in hooks

    ninja build progress output is not line-base, it overwrites the same
    line over and over again with its progress reporting. nix is line-based
    though, so ninja-based builds have their progress hidden. pipe ninja
    output through cat to avoid this.
    pennae committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    2f2fa58 View commit details
    Browse the repository at this point in the history