You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting extended = true in the config.toml, bootstrap also builds all the tools, including Miri. Since Miri doesn't always build, this can cause problems like in #100134. There is another option to only build a set of tools using tools = [] (this doesn't contain "miri" in the example form, which is a little odd, it should probably be added there as well).
rust-demangler is already excluded by default (unless profiling is enabled), so I think it would make sense to disable Miri by default as well (unless there's some good reason to not do it).
The text was updated successfully, but these errors were encountered:
When setting
extended = true
in theconfig.toml
, bootstrap also builds all the tools, including Miri. Since Miri doesn't always build, this can cause problems like in #100134. There is another option to only build a set of tools usingtools = []
(this doesn't contain "miri" in the example form, which is a little odd, it should probably be added there as well).rust-demangler
is already excluded by default (unless profiling is enabled), so I think it would make sense to disable Miri by default as well (unless there's some good reason to not do it).The text was updated successfully, but these errors were encountered: