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

appveyor: Use Ninja to build LLVM on MinGW #40548

Merged
merged 1 commit into from
Mar 23, 2017

Commits on Mar 22, 2017

  1. appveyor: Use Ninja to build LLVM on MinGW

    I have a suspicion that MinGW's make is the cause of rust-lang#40546 rather than anything
    else, but that's purely a suspicion without any facts to back it up. In any case
    we'll eventually be moving the MSVC build over to Ninja in order to leverage
    sccache regardless, so this commit simply jumpstarts that process by downloading
    Ninja for use by MinGW anyway.
    
    I'm not sure if this closes rust-lang#40546 for real, but this is my current best shot at
    closing it out, so...
    
    Closes rust-lang#40546
    alexcrichton committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    6ae2234 View commit details
    Browse the repository at this point in the history