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

rustbuild: Allow setting rls/rustfmt to "broken" #45243

Merged
merged 1 commit into from
Oct 16, 2017

Commits on Oct 16, 2017

  1. rustbuild: Allow setting rls/rustfmt to "broken"

    This commit enables configuring the RLS/rustfmt tools to the "broken" state and
    actually get it past CI. The main changes here were to update all dist-related
    code to handle the situation where the RLS isn't available. This in turn
    involved a homegrown preprocessor-like-function to edit the configuration files
    we pass to the various combined installer tools.
    alexcrichton committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    5050dad View commit details
    Browse the repository at this point in the history