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 compiling for x86_64-unknown-linux-gnu when it's not the default target #1559

Merged
merged 3 commits into from
Nov 28, 2021

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    ac09136 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8772e1a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. fix the actual bug

    - only skip `--target` for proc-macros
    - don't try build non-host targets for proc-macros, since they're not
      supported anyway.
    - change rustwide_builder to look in the platform-specific target
      directory for the default target
    - stores all source docs in the target/{target_name} directory, rather
      than trying to special case anything
      - this also creates the `{target_name}` directory before copying,
        because `rename` delegates directly to the syscall and doesn't
        create parent directories
    jyn514 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    7007dc9 View commit details
    Browse the repository at this point in the history