-
Notifications
You must be signed in to change notification settings - Fork 46
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 ws publish
segfaults on Nix
#86
Comments
|
I found your response dismissive and unhelpful. I reported a clear bug in good faith with repro instructions, and you immediately closed the issue without any further investigation of the problem. I was and still am perfectly willing to provide whatever additional information you might need or work on a fix myself. Docker instructions
|
I am still unable to reproduce it. I spun up the docker as you said and created the
FWIW, doing |
As an alternative, try |
|
I'm not sure why you can't reproduce it with Docker. Running these commands reproduces it consistently for me: sudo docker run -it nixos/nix
nix-shell -p cargo rustc cargo-workspaces
cargo new foo
cd foo
cargo ws publish --from-git Have you tried the Replit? |
I don't know what repl.it does and it would be hard to debug in there. Can confirm that I was able to reproduce it. Though I did get some weird errors sometimes.
|
To reproduce
install Nix and run these commands:
The text was updated successfully, but these errors were encountered: