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

[auto-toolstate][1/8] Always ignore build failure of failable tools (rls, rustfmt, clippy) #46102

Merged
merged 1 commit into from
Nov 28, 2017

Commits on Nov 21, 2017

  1. Always ignore build failure of failable tools (rls, rustfmt, clippy, …

    …miri).
    
    If build failed for these tools, they will be automatically skipped from
    distribution, and will not fail the whole build.
    
    Test failures are *not* ignored, nor build failure of other tools (e.g.
    cargo). Therefore it should have no observable effect to the current CI
    system.
    
    This is step 1/8 of automatic management of broken tools rust-lang#45861.
    kennytm committed Nov 21, 2017
    Configuration menu
    Copy the full SHA
    8cc5cd4 View commit details
    Browse the repository at this point in the history