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

Prevent building cargo from invalidating build cache of other tools due to conditionally applied -Zon-broken-pipe=kill via tracked RUSTFLAGS #131155

Merged
merged 2 commits into from
Oct 9, 2024

Commits on Oct 7, 2024

  1. Use untracked env var to pass -Zon-broken-pipe=kill for tools

    - Don't touch rustc's `-Zon-broken-pipe=kill` env var in `compile.rs`.
    - Use an untracked env var to pass `-Zon-broken-pipe=kill` for tools but
      skip cargo still, because cargo wants `-Zon-broken-pipe=kill` unset.
    jieyouxu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    03abf67 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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