-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Revert "Merge pull request #3257 from o01eg/remove-sysroot" #3546
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
Conversation
I'd rather not revert but find a way to make it work. Can we implement this in |
Well I'd still like to have this reverted until an actual fix is established since this might break CI for people who install the git version on travois (which we advertised in README.md). |
We did, we don't anymore. Using the git version is suboptimal for everyone as you have nearly no chance of figuring out the correct version. We can add instructions for compiling clippy and manually copying the binaries into the correct location so it works again. |
I can't even call the clippy binary manually after compiling it (like Can we apply the revert until the bug has been fixed? |
1d88229
to
9fb8022
Compare
@bors r+ We should focus on rust-lang/cargo#6356 to solve this correctly |
📌 Commit 9fb8022 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
This reverts commit 041c49c, reversing
changes made to 1df5766.
The PR broke running a cargo-install'd clippy.
The installed clippy would not be able to find a crate for std.
Fixes #3523
Reopens #2874