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: Eliminate duplication of dist tarballs #38468

Merged
merged 2 commits into from
Dec 21, 2016

Commits on Dec 20, 2016

  1. rustbuild: only plan from build triple for dist

    We only want to package each host/target once for `dist`. The obvious
    solution takes the form of step dependency, which is implemented at
    least for the `dist-rustc` step. Unfortunately since the steps are
    created from `hosts x targets` during planning and *not* de-duplicated
    afterwards, the problem still persists.
    
    We therefore move the check inside `plan()` instead, to avoid creating
    the duplicate steps in the first place.
    xen0n committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    46d74ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e38b2d View commit details
    Browse the repository at this point in the history