Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Rust Nightly to 2020-10-25 #139

Merged
merged 5 commits into from
Oct 26, 2020
Merged

Pin Rust Nightly to 2020-10-25 #139

merged 5 commits into from
Oct 26, 2020

Conversation

repi
Copy link
Contributor

@repi repi commented Oct 25, 2020

Fix #137

As we haven't updated to 2020-10-25 and doesn't build with that anymore, #137.

Feel free to ignore this though and just upgrade the repo to support latest nightly and we can discuss in the issue what is a good upgrade/compatability strategy that is less fragile
@repi repi requested a review from khyperia October 25, 2020 20:25
setup.bat Outdated
@@ -1,3 +1,3 @@
setlocal

rustup toolchain install nightly --component rust-src rustc-dev llvm-tools-preview
rustup toolchain install nightly-2020-10-24 --component rust-src rustc-dev llvm-tools-preview
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't rustup component add rust-src rustc-dev llvm-tools-preview automatically install the correct nightly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably, if it does read the rust-toolchain file, worth trying

@khyperia
Copy link
Contributor

Oh, uh, didn't see this in my pile of inbox before I already pushed a fix to get it to compile on latest nightly.

@repi
Copy link
Contributor Author

repi commented Oct 26, 2020

I could update this pinning to the date of the latest nightly

@khyperia
Copy link
Contributor

sounds good! I don't want to r+ this because then it'd automerge, and fail because the CI run now is out of date, but, pseudo-r+ from me for pinning to latest nightly 😛

@repi
Copy link
Contributor Author

repi commented Oct 26, 2020

Thx, will update this

@repi repi changed the title Pin Rust Nightly to 2020-10-24 Pin Rust Nightly to 2020-10-25 Oct 26, 2020
@repi
Copy link
Contributor Author

repi commented Oct 26, 2020

@khyperia rebased this to latest, updated to use 2020-10-25 instead and changed current setup scripts to just add the components in general to bjorn3's suggestion instead of to a specific nightly version. Makes it a bit easier.

So if you approve this one right now it should be merged automatically if tests pass

setup.bat Outdated Show resolved Hide resolved
setup.sh Outdated Show resolved Hide resolved
@repi repi merged commit 22209ed into main Oct 26, 2020
@repi repi deleted the pin-rust-nightly-2020-10-24 branch October 26, 2020 12:59
@khyperia khyperia removed their request for review January 11, 2021 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust nightly 2020-10-25 broke build & is not supported
3 participants