Skip to content

Commit

Permalink
Auto merge of #126934 - onur-ozkan:broken-build-cache, r=Kobzol
Browse files Browse the repository at this point in the history
fix broken build cache caused by rustdoc builds

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.

cc `@RalfJung`

Fixes #123177
  • Loading branch information
bors committed Jun 26, 2024
2 parents 858c623 + a3afd51 commit f81072b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit f81072b

Please sign in to comment.