Should miri
be built by default with --enable-extended
for realease tarballs?
#139569
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
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: