-
Notifications
You must be signed in to change notification settings - Fork 211
unable to add component rustfmt for toolchain nightly via rustup #933
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
Comments
This was fixed in #931. Try pulling master and rebasing. |
Thanks. I've just re-cloned the repo and am starting the entire docker building process from scratch. Will report back... |
Ouch. For future reference, You could also try building without docker which caches a lot more, that should work now that we no longer depend on the host being linux. I really need to update the docs ... https://forge.rust-lang.org/docs-rs/no-docker-compose.html#building-the-site |
I was current with master, but maybe my original Anyways, I'm making progress now. I'm able to see the same errors as on docs.rs. Thanks for all your work! |
Thank you for your patience! |
Crate name:
pgx
Build failure link: https://docs.rs/crate/pgx/0.0.9/builds/277703
Additional details:
I understand why my crate (there's a few actually) are failing to build on docs.rs -- I'm not looking for help with that.
I thought I'd clone this repo and use the really fancy docker-compose stuff to work through a solution locally w/o trying to blackbox docs.rs by publishing new versions every few minutes.
Unfortunately, this command (on MacOS 10.15.1):
ultimately fails with:
This is as of 482d566.
I'm stumped. I've successfully used this process in the past to debug similar build issues for another crate and it worked flawlessly.
Any suggestions?
I've attached the entire output from docker-compose for more investigation.
build.log
The text was updated successfully, but these errors were encountered: