Yash Shinde

Results 4 issues of Yash Shinde

After building and testing rustc bootstrap build via cmd `python3 src/bootstrap/bootstrap.py test --exclude --no-fail-fast --bless --target x86_64-poky-linux-gnu`, some unit test fail as follows and the build test is unsuccessful. ```...

T-bootstrap
C-bug
regression-untriaged

When rust compiler is bootstrapped and built in custom sources, for example poky, the build fails to fetch cargo exe path and gives error as follows. This PR changes fix...

T-bootstrap
S-waiting-on-author

While building cargo-c in **debug** mode, the resulting binaries `(cargo-capi, cargo-cbuild, cargo-cinstall, and cargo-ctest)` contain absolute build paths embedded in them. This causes builds from different directories to produce non-identical...

When building Rust 1.91.1 inside the Yocto build system, the bootstrap process fails during the execution of the tier-check tool. The failure consistently occurs in the step where cargo run...

T-bootstrap
C-bug
S-needs-info
O-yocto