Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

bump racer and rustfmt versions #1696

Merged
merged 3 commits into from
Sep 5, 2020

Conversation

calebcartwright
Copy link
Member

Related to addressing the current broken toolstates on nightly

rust-lang/rust#76145
rust-lang/rust#76146

rand = "0.7"
rayon = "1"
rustc_tools_util = "0.2"
rustfmt-nightly = { version = "1.4.20", git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.20" }
rustfmt-nightly = { version = "1.4.21", git = "https://github.com/rust-lang/rustfmt", branch = "rustfmt-1.4.21" }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to go ahead and open this so we could proceed if needed, though note this is still using the git reference

@topecongiro - any chance we could get rustfmt v1.4.21 published to crates.io (and v1.4.20 as well if you have time)

@@ -4,7 +4,7 @@ steps:
set -e
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
export PATH=$PATH:$HOME/.cargo/bin
rustup toolchain install $RUSTUP_TOOLCHAIN
rustup toolchain install $RUSTUP_TOOLCHAIN --force
Copy link
Member Author

@calebcartwright calebcartwright Sep 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently there are already some components installed on the Azure Pipelines agents, so in cases where toolstates are broken (like now) rustup is dropping backing to the previous nightly which results in the rustc-ap-* crate compile failures

https://dev.azure.com/rust-lang/rls/_build/results?buildId=36426&view=logs&j=846ec57a-2bea-5833-7752-007160b95b9a&t=58951315-86de-5a6f-15b3-9dd096725307&l=54

https://dev.azure.com/rust-lang/rls/_build/results?buildId=36426&view=logs&j=846ec57a-2bea-5833-7752-007160b95b9a&t=58951315-86de-5a6f-15b3-9dd096725307&l=33

@Xanewok Xanewok merged commit db6a9e0 into rust-lang:master Sep 5, 2020
@Xanewok
Copy link
Member

Xanewok commented Sep 5, 2020

Awesome, thanks!

@bors bors mentioned this pull request Sep 5, 2020
@calebcartwright calebcartwright deleted the racer-rustfmt-bump branch October 1, 2020 14:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants