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

Fix --without-components with subsetted components #119

Merged
merged 1 commit into from
Dec 21, 2022

Commits on Dec 21, 2022

  1. Fix --without-components with subsetted components

    It's not entirely clear what changed in 1.66, but rust-lang/rust#105755
    shows that we are failing to run the install script with --without if
    there are subsetted component names.
    
    This changes the behavior of the filtering to require an *exact* match
    rather than a partial match, which seems like the better way to go. It's
    not very clear to me that the previous behavior was actually a good
    idea.
    Mark-Simulacrum committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    0ed563d View commit details
    Browse the repository at this point in the history