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

Fix Vagrantfile setup #248

Merged
merged 2 commits into from
Oct 23, 2018
Merged

Fix Vagrantfile setup #248

merged 2 commits into from
Oct 23, 2018

Conversation

alanhdu
Copy link
Contributor

@alanhdu alanhdu commented Oct 23, 2018

Uses the same nightly version as #23 (comment).

Vagrantfile Outdated
@@ -47,7 +47,7 @@ Vagrant.configure("2") do |config|
############################################################
lxc-attach -n cratesfyi-container -- apt-get update
lxc-attach -n cratesfyi-container -- apt-get install -y --no-install-recommends curl ca-certificates binutils gcc libc6-dev libmagic1
lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-06-03'
lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-10-19'
Copy link
Member

Choose a reason for hiding this comment

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

Due to a quirk with how the releases are named in rustup, this should actually be nightly-2018-10-20 to pull the same rust version.

Copy link
Member

@QuietMisdreavus QuietMisdreavus left a comment

Choose a reason for hiding this comment

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

Thanks so much!

@QuietMisdreavus QuietMisdreavus merged commit ddcc096 into rust-lang:master Oct 23, 2018
@alanhdu alanhdu deleted the vagrant branch October 23, 2018 23:44
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.

2 participants