-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Stable build of 1.66.0 fails due to 'missing miri' #105816
Comments
Was there an earlier (nonfatal) error? If miri failed to build there should hopefully be a reason mentioned. We turned miri on unconditionally, so builds require it to build successfully. Maybe we should disable that requirement for stable builds,but even so, stable builds should work just like nightly builds for miri |
It doesn't even try to build |
Found the culprit: https://github.com/rust-lang/rust/blob/master/src/bootstrap/dist.rs#L1230 Should be easy enough to fix by making install not unwrap anymore. Looks like I was too eager |
Glad to see that this is indeed a real issue. Was tearing my hair out for hours wondering WHY x.py install kept failing with missing miri when config.toml is set with channel = "stable" |
- quick hack to workaround miri installation failure while it's not built (rust-lang/rust#105816)
…Simulacrum Don't panic on stable since miri is not available there fixes rust-lang#105816
We are still seeing this with 1.66.1.
|
The fix has been merged for the future 1.68 release. |
On Solaris 11 x86_64, from scratch
stable
builds of 1.66.0 from git fails with:A
nightly
build of the same tag completes successfully, as dostable
andnightly
builds of 1.65.0.The text was updated successfully, but these errors were encountered: