-
Notifications
You must be signed in to change notification settings - Fork 278
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
Builds Failing; Can someone point me to a Racer version + nightly version that builds? #1113
Comments
To add specifics, I'm not sure if this is the same error that @jrmiller82 is getting, but my build is failing with the following:
|
2.1.33 works for rustc-nightly 1.45.0 (2020-05-14) |
I had to run:
I think it might be wise to put some notes about this in the install section i.e. "If racer won't build, here's a command to install an earlier version" for those of us who are more casual rustaceans. :) |
Since nightly has been required for racer for a long time and may break, maybe it would be a good idea to provide pre-built binaries, just like https://github.com/mozilla/sccache does? This would also make it easier for users running rust without rustup (e.g. through their distro) to install a recent version of racer. |
If nightlies are supported, can the working nightly version be specified? It would really help packaging efforts on nix and guix. |
I would love a binary OR a docker container that can do whatever it wants such as I was able to compile it in an Ubuntu docker container using the rustup util. I then copied the executable out of the container to |
No description provided.
The text was updated successfully, but these errors were encountered: