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

Introduce -Z remap-cwd-prefix switch #87320

Merged
merged 4 commits into from
Sep 16, 2021

Commits on Sep 7, 2021

  1. remap-cwd-prefix

    danakj committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    ce35f8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a687de View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Verify bin crates are not deterministic on Windows

    This disables the remap_cwd_bin test which is failing on windows,
    and adds a test for --remap-path-prefix making a bin crate
    instead, to see if it will fail the same way.
    danakj committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    4933be9 View commit details
    Browse the repository at this point in the history
  2. Disable both reproducible-build tests for crate-type=bin

    These tests fail on Windows, as the build is not deterministic there for
    bin targets.
    
    Issue rust-lang#88982 is filed for this
    problem.
    danakj committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c011828 View commit details
    Browse the repository at this point in the history