-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
latest nightly toolchain (a37c32e2d 2020-06-11) fails to build this crate: "file with name 'README.md' was not found" #19
Comments
Thank you for your issue! If you’re only getting this on nightly then likely there’s been regression on the rustc/cargo side. Would you mind reporting it upstream? |
Rust nightly builds are currently failing due to a crate outside of our control not meeting the latest cargo requirements. See XAMPPRocky/remove_dir_all#19 Signed-off-by: Rob Bradford <[email protected]>
Rust nightly builds are currently failing due to a crate outside of our control not meeting the latest cargo requirements. See XAMPPRocky/remove_dir_all#19 Signed-off-by: Rob Bradford <[email protected]>
It seems this was fixed on |
Ok, now I see why I wasn't repro'ing this locally. I was using the default rustup profile, so
But on CI, I was doing |
I just confirmed that adding this to my
Based on that, could you publish current master as a |
|
I’ll publish a patch release shortly that should address the issue. |
We are also hit by this in gfx-rs land. Looking forward to a patch! |
This has been fixed in |
https://github.com/oconnor663/blake2_simd/runs/764237325
In that run, I see this failure in one of my sub-crates:
In my CI setup, it only fails on the nightly compiler, but it seems to reliably fail with nightly on every OS target. However locally, I can't seem to reproduce the failure at all.
Any chance you recognize this error message? I just have no idea what could really be causing it.
The text was updated successfully, but these errors were encountered: