-
Notifications
You must be signed in to change notification settings - Fork 219
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
Miri is outdated #548
Comments
@Aaron1011 see the build log at https://travis-ci.com/integer32llc/rust-playground/jobs/259856086:
This might have to do with the |
libunwind_panic: adjust miri panic hack We adjust the Miri hack in libpanic_unwind such that even with `cfg(miri)`, we build a version of libpanic_unwind that actually works. This is needed to resolve rust-lang/rust-playground#548. r? @oli-obk @alexcrichton
libunwind_panic: adjust miri panic hack We adjust the Miri hack in libpanic_unwind such that even with `cfg(miri)`, we build a version of libpanic_unwind that actually works. This is needed to resolve rust-lang/rust-playground#548. r? @oli-obk @alexcrichton
This should be fixed by rust-lang/rust#66822 |
@shepmaster This time the Miri job ran successfully, but on playground it still says "2019-11-08". Any idea why? |
Looking now, it says 12-04; perhaps just the timing between when it’s built and when the playground downloaded it? |
Yeah must have been something like that. |
The Miri on playground is from 2019-11-08, there have been quite a few updates since then.
The text was updated successfully, but these errors were encountered: