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

config: get_default_host_triple() should use from_host_or_build() #2186

Merged

Commits on Jan 7, 2020

  1. config: get_default_host_triple() should use from_host_or_build()

    In order to resolve an issue where installing on x86_64 with the
    i686 installer would claim to want to install x86_64 and then
    install i686 instead, ensure that we match the obvious behaviour
    (install matching the host) by making the default for the config
    match that.
    
    Fixes: rust-lang#2179
    
    Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
    kinnison committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    a985815 View commit details
    Browse the repository at this point in the history