Enable building complete release artifacts on Travis / Appveyor #38531
What's the expected approach to dealing with situations where |
|
@alexcrichton will need to address those details @Mark-Simulacrum. |
|
@Mark-Simulacrum you may be interested in #38631, but the gist is that nothing changes, it's all the same. It may not be clear what terminology means what, but #38631 as a concrete implementation should hopefully clarify what's intended. |
|
So instead of stage0 we should now Perhaps a better way to ask my question is: when changes are made to the compiler that make a given lang item no longer necessary, what |
|
Oh no everything should proceed as usual. When the compiler changes a lang item you use Is there something specific, though, that you're worried about breaking? |
|
In #38574, I removed the |
Converting our travis/appveyor CI to do full release builds. By doing release builds on every platform on every commit we should stop breaking nightlies so much.
cc @alexcrichton