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 cross compiling dist/build invocations #76799

Merged
merged 3 commits into from
Sep 22, 2020

Commits on Sep 16, 2020

  1. Pass --target to lint docs

    Otherwise, we may not have a standard library built for the native "host" target
    of the rustc being run.
    Mark-Simulacrum committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    7e24136 View commit details
    Browse the repository at this point in the history
  2. Build rustdoc for cross-compiled targets

    This isn't an issue for most folks who use x.py dist, which will directly depend
    on this. But for x.py build, if we don't properly set target here rustdoc will
    not be built.
    
    Currently, there is not a default-on step for generating a rustc for a given
    target either, so we will fail to build a rustc as well.
    Mark-Simulacrum committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    bd4e0af View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    363aff0 View commit details
    Browse the repository at this point in the history