diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-19 15:35:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-19 15:35:20 +0100 |
| commit | d6298d3dc835baa475c06749bfcff56b59cdad9c (patch) | |
| tree | 8052070e66030417a8c9f477be38633d5a1ac35b /compiler/rustc_codegen_llvm/src | |
| parent | 747f29fbabbf7e230be442e5f5023692d816ab3a (diff) | |
| parent | 654a4e81a5fcb399ca0a51100e7e6ba27169a3a8 (diff) | |
| download | rust-d6298d3dc835baa475c06749bfcff56b59cdad9c.tar.gz rust-d6298d3dc835baa475c06749bfcff56b59cdad9c.zip | |
Rollup merge of #104076 - ozkanonur:fix-ci-rustc-sysroot, r=jyn514
fix sysroot issue which appears for ci downloaded rustc Currently when compiler is downloaded rather than compiled, sysroot is being `ci-rustc-sysroot` because of https://github.com/rust-lang/rust/blob/7eef946fc0e0eff40e588eab77b09b287accbec3/src/bootstrap/compile.rs#L1125-L1131 this. And rustdoc is overriding the downloaded one at the end of the process. With the condition I add, we simply check if the current compiler stage is target build stage, if so use the proper sysroot instead of `ci-rustc-sysroot`. Resolves #103206
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
