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

Don't require all build script output to be utf-8 #2560

Merged
merged 1 commit into from
Apr 20, 2016

Commits on Apr 11, 2016

  1. Don't require all build script output to be utf-8

    Build scripts often stream output of native build systems like cmake/make and
    those aren't always guaranteed to produce utf-8 output. For example  German
    MSVC cmake build has been reported to print non-utf-8 umlauts.
    
    This commit instead only attempts to interpret each line as utf-8 rather than
    the entire build script output. All non-utf-8 output is ignored.
    
    Closes rust-lang#2556
    alexcrichton committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    020db0d View commit details
    Browse the repository at this point in the history