-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Should miri
be built by default with --enable-extended
for realease tarballs?
#139569
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
Comments
There is a logical conflict where tarball sources use the #139574 attempts to resolve this. |
Just for my understanding, as this very same thing has changed several times. Should miri be built by default with |
Answer is already in
|
Rollup merge of rust-lang#139574 - onur-ozkan:better-channel-handling, r=onur-ozkan bootstrap: improve `channel` handling Fixes rust-lang#139569 See [this comment](rust-lang#139574 (comment)) for the explanation of this bug.
…ozkan bootstrap: improve `channel` handling Fixes rust-lang/rust#139569 See [this comment](rust-lang/rust#139574 (comment)) for the explanation of this bug.
config.toml.sample contains
This means that when building from a realease tarball with
./configure --enable-optimize-llvm --enable-extended --llvm-root=/usr/local --enable-profiler --enable-llvm-link-shared --enable-sanitizers --enable-local-rust --disable-docs --target=x86_64-unknown-linux-gnu --enable-vendor
using https://static.rust-lang.org/dist/rustc-1.86.0-src.tar.xz miri will not be compiled or installed.This was discussed in #129171 and the hyperlinks versioned there.
I do not understand, should miri and cargo-miri be built by default, from the realease tarball, or be built only by default for dev/nightly channels?
My understanding from #100134 is that miri should not be built by default when release tarball is used, but it is built by default.
The text was updated successfully, but these errors were encountered: