diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-07-10 17:54:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 17:54:25 +0200 |
| commit | d17e0cfc5d690181ae60f92e4d1b0f0dd1fc2582 (patch) | |
| tree | 305bec4e525330fcbea581efbf8e67dd572a8369 /compiler/rustc_pattern_analysis/src | |
| parent | b215beb567857000fdaa868cbb78702bc5ee0ee9 (diff) | |
| parent | 9cd1d253a60aca27086da57b68c24b0924277d58 (diff) | |
| download | rust-d17e0cfc5d690181ae60f92e4d1b0f0dd1fc2582.tar.gz rust-d17e0cfc5d690181ae60f92e4d1b0f0dd1fc2582.zip | |
Rollup merge of #126476 - ferrocene:pa-bootstrap-test-local-rustc, r=onur-ozkan
Fix running bootstrap tests with a local Rust toolchain as the stage0 When configuring a local Rust toolchain as the stage0 (with `build.rustc` and `build.cargo` in `config.toml`) we noticed there were test failures (both on the Python and the Rust side) due to bootstrap not being able to find rustc and Cargo. This was due to those two `config.toml` settings not being propagated in the tests. This PR fixes the issue by ensuring rustc and cargo are always configured in tests, using the parent bootstrap's `initial_rustc` and `initial_cargo`. try-job: x86_64-msvc Fixes https://github.com/rust-lang/rust/issues/105766
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions
