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

Set download-ci-llvm = "if-available" by default when channel = dev #104512

Merged
merged 1 commit into from
Dec 10, 2022

Commits on Nov 20, 2022

  1. Set download-ci-llvm = "if-available" by default when `channel = "d…

    …ev"`
    
    See rust-lang/compiler-team#566.
    The motivation for changing the default is to avoid downloading and building LLVM when someone runs `x build` before running `x setup`.
    The motivation for only doing it on `channel = "dev"` is to avoid breaking distros or users installing from source. It works because `dev` is also the default channel.
    
    The diff looks larger than it is; most of it is moving the `llvm` branch below the `rust` so `config.channel` is set.
    jyn514 committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    ac67262 View commit details
    Browse the repository at this point in the history