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 broken build cache caused by rustdoc builds #126934

Merged
merged 1 commit into from
Jun 26, 2024

Commits on Jun 26, 2024

  1. set on-broken-pipe in prepare_cargo_tool

    Currently rustdoc breaks the build cache (due to having different rustflags) when building
    rustdoc before building another tool (e.g., `x test miri && x test rustdoc && x test miri`).
    
    This change fixes that by moving `on-broken-pipe` into `prepare_cargo_tool` so it is
    set for all tools.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b3fb67e View commit details
    Browse the repository at this point in the history