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

Prefix build script output with crate name when running in extra verbose mode. Fixes #6158. #6164

Merged
merged 2 commits into from
Oct 19, 2018

Commits on Oct 18, 2018

  1. Prefix build script output with crate name when running in extra verb…

    …ose mode. Fixes rust-lang#6158.
    
    cargo's extra verbose mode is useful for getting detailed information out of
    builds in CI where it can be difficult to examine the build environment
    after-the-fact. However, when multiple build scripts are running as part of a
    build it's not always clear what output is from which build script. This patch
    makes cargo prefix each line of build script output with the crate name and
    version this case.
    luser committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    20920c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989ebee View commit details
    Browse the repository at this point in the history