Skip to content

Commit

Permalink
Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=M…
Browse files Browse the repository at this point in the history
…ark-Simulacrum

bootstrap: cleanup the list of extra check cfgs

This PR performs some cleanups on the `EXTRA_CHECK_CFGS` list in bootstrap.

- `target_os=watchos`: no longer relevant because there are now proper targets `*-apple-watchos`
 - `target_arch=nvptx64`: target `nvptx64-nvidia-cuda` makes it useless
 - `target_arch=le32`: target was removed (rust-lang/rust#45041)
 - `release`: was removed from rustfmt (rust-lang/rustfmt#5375 and rust-lang/rustfmt#5449)
 - `dont_compile_me`: was removed from stdarch (rust-lang/stdarch#1308)

Also made some external cfg exception mode clear and only activated for rustc and rustc tools (as to not have the Standard Library unintentionally depend on them).
  • Loading branch information
bors committed Jan 30, 2023
2 parents 9004cf7 + 8b3fef8 commit 7a03fa2
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 7a03fa2

Please sign in to comment.