-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cargo install: failing to build #95
Comments
Copying the other attempts separately due to comment size limits Docker/Linux (rust:1.82-alpine)Dockerfile:
Build:
Docker/Linux (rust:1-bullseye)Dockerfile:
Building:
As a workaround, I managed to get a usable binary with |
Oooh, interesting, I got a very similar error today when installing a different crate. Let me try to reproduce. |
Dang it's a serde bug. See here Let me know if you can fix locally. I tried installing |
Maybe it related to some local cache on your computer? The only way I have managed to run it is with Docker running Nix, Nix running nix-shell and nix-shell running bulloak:
|
I mean this was not happening just for |
Worked like charm now, thanks for the follow up! |
I must be doing something wrong, but I'm unable to install bulloak with
cargo install
.I am on
rustc
1.82 and I have tried on 5 different environments:MacOS (arm)
See the others linked right below:
Am I missing something?
Thank you
The text was updated successfully, but these errors were encountered: