-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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.62.1 cannot be compiled and installed, because of miri #100134
Comments
What's the content of your |
|
You're using Does uncommenting the next option |
This comment was marked as outdated.
This comment was marked as outdated.
Eventually I called
as suggested by Building rust takes on my system eternity. Once a new rust version is released, I will try with Currently ./configure generates config.toml containing:
I propose changing the default for |
I think it would make sense to not include Miri by default. The commented out array of tools doesn't contain Miri as well, which I assume is because no one has bothered to add it yet. But maybe there is some deeper reason behind it. I'll open an issue. |
What is the relation between the output of
and config.toml: I added miri to tools, as it seems it is added implicitly there. But the upper code has rust-analyzer, compiler/rustc, library/std, src and src/doc, while the lower does not heve these. |
With |
For the record, I compile from https://static.rust-lang.org/dist/rustc-1.63.0-src.tar.gz. |
We determine the channel from the |
Make miri a subtree instead of a submodule r? `@RalfJung` fixes rust-lang#101867 fixes rust-lang#100134
When compiling rust 1.62.1 it fails with:
The above is during
x.py build -j1
. When I call afterwardsx.py install -j1
the output is:That is, rust 1.62.1 cannot be compiled and installed.
The text was updated successfully, but these errors were encountered: