You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…lang#3149)
The toolchain upgrade itself didn't require any modification, but it
looks like the rust toolchain script includes any untracked files to the
PR, which is the root cause of the rust-lang#3146 CI failure.
Thus, I made the following changes (each one of them in its own commit):
1. Moved the upgrade step to its own script.
2. Added a bit of debugging and doc to the script.
3. Added a new step that cleans the workspace before the PR creation.
4. Actually update the toolchain.
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
This code: https://gist.github.com/3297024 produces this error: https://gist.github.com/3297029
The text was updated successfully, but these errors were encountered: