cleanup: Remove patched cc-rs
revision from bootstrap after armv7a-vex-v5
target is merged.
#136075
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
cc-rs
currently retrieves a list of target specifications from the latest nightly build of rustc, making it impossible to bootstrap new targets without using a patched version of thecc
dependency. This is the case with #131530, which adds thearmv7a-vex-v5
T3 target. After the PR is merged/approved and a nightly is released and whatnot, the revision should be removed.See https://github.com/rust-lang/rust/pull/131530/files#diff-bc6db3ba5470d55424f84b8accb942d6b65345d468c6e8e330e17b692fea09cbR102
The text was updated successfully, but these errors were encountered: