Uh oh!
There was an error while loading. Please reload this page.
Disable bootstrap for stage0 - #860
Conversation
Amanieu
commented
May 29, 2020
You also need to |
bae07aa to
219f7baComparevertexclique
commented
May 29, 2020
Yup, forgot that. |
Mark-Simulacrum
commented
May 29, 2020
Before we land this -- I want to be sure that I'm following correctly -- this will not break when we update the bootstrap compiler, right? It'll just retain less functionality? Historically having cfg(bootstrap) outside of rust-lang/rust proper is pretty painful so it would be good to avoid this if possible (say, by waiting ~1 week after bootstrap is bumped in rust-lang/rust). |
Amanieu
commented
May 29, 2020
Actually I think the issue is not due to stage0. Looking at the CI logs it seems that rustdoc is failing because it doesn't recognize the "tme" target feature. Why is stage0 rustdoc used here? |
Amanieu
commented
May 29, 2020
Sorry it seems I was wrong about the issue. I'll close this and we can continue discussion in rust-lang/rust#72749. |
Amanieu
commented
May 29, 2020
Reopening as per rust-lang/rust#72749 (comment) |
Amanieu
commented
May 29, 2020
Please update your submodule in the other PR to include this. |
Amanieu mentioned that stage0 build should exclude TME for Aarch64 in here: rust-lang/rust#72749 (comment)
r? @Amanieu