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

Jobserver cleanup #11764

Merged
merged 4 commits into from
Mar 1, 2023
Merged

Jobserver cleanup #11764

merged 4 commits into from
Mar 1, 2023

Commits on Mar 1, 2023

  1. Remove rustc threads concurrency info from timings

    Given `-Zjobserver-token-request` in rustc is never landed,
    This is never correct either.
    weihanglo committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    8737512 View commit details
    Browse the repository at this point in the history
  2. Remove support of -Zjobserver-per-rustc

    This effectively remove fields and logic where rustc is waiting for
    tokens and how many tokens a rustc owns.
    weihanglo committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    60e72cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a880806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8fb0db View commit details
    Browse the repository at this point in the history