-
Notifications
You must be signed in to change notification settings - Fork 40
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
remove RUSTDOCFLAGS workaround for rust-lang/cargo#9895 #327
Comments
I tried to fix this today by updating to nightly-2021-10-19. But I'm seeing tons of warning spew from rust-lang/rust#89795 that looks like this:
and the build ends up failing after running out of swap:
I'm not planning to debug this build error on nightly -- it is nightly after all. Note that this machine has 64 GiB of memory and over 18 GiB of swap available according to I could try an older nightly that still has the fix, but the change that introduced rust-lang/rust#89795 looks like it landed before the fix we want, so I think we have to wait for that to be resolved. I figure we should just try again in a few weeks. |
In case it's useful for the future, here's the change I tried:
|
It looks like nightly-2021-11-24 works well enough. See #448. |
The README, GitHub workflow, and buildomat job all contain a (not-quite-correct) workaround for rust-lang/cargo#9895. A fix for that bug landed on October 13, so it should be in nightly.
The text was updated successfully, but these errors were encountered: