-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
rust-1.86.0_beta fails to compile in offline mode #137485
Comments
What's the exact invocation you used to build? Are you trying to build a dist tarball from the dist tarball? Maybe related to #130099? |
I haven't tried, but I imagine this is fixed by #137020, and could maybe use a backport? |
Oh right. #137020 is beta-accepted but not yet backported. |
yes, I saw that one too - it was just nominated for beta backport. so maybe just put this on hold, and wait for the backport getting merged? still, my config.toml for completeness:
|
In the meantime, if you don't need to vendor deps for dist build, you could try setting [dist]
vendor = false |
@jieyouxu the diagnosis is correct, I backported #137020 locally and it build just fine in offline mode:
|
hey everyone,
I just downloaded the rust-1.86.0_beta tarball, unpacked it and compiled it.
Sadly, the build fails to compile with this error:
please be so kind to allow an offline build, thank you!
The text was updated successfully, but these errors were encountered: