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 build.rs invoking RUSTC to do check builds #2436

Merged
merged 3 commits into from
Jul 25, 2022

Commits on Jul 24, 2022

  1. make miri a better RUSTC by default inside cargo-miri

    this requires a change in sysroot handling: miri driver now requires
    MIRI_SYSROOT to be set when it is in 'target' mode, rather than relying on
    `--sysroot` always being present.
    RalfJung committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    d905901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b1d5a4 View commit details
    Browse the repository at this point in the history
  3. fmt

    RalfJung committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    9406b6d View commit details
    Browse the repository at this point in the history