-
Notifications
You must be signed in to change notification settings - Fork 40
Try rust 1.89 #511
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
Try rust 1.89 #511
Conversation
Per Dustin's suggestion: update to version-aware resolver in 1.84, to avoid triggering the incompatible SPDX upgrade. This should also let us bisect between 1.84 and 1.83
|
It's not quite the same (we're seeing |
|
Maybe - I do think it's from some of the unwinding stuff that came in 1.84 (#507). I had wondered how upstream got around it, but hadn't found bytecodealliance/wasmtime#10290, nice! |
|
Eh, |
I'll try building with |
|
Updating to wasmtime 28 in 13ef41b seems to fix the windows issues: https://github.com/fastly/Viceroy/actions/runs/16918127336/job/47937127734 |
Roll all the way up to
stable, see if that also reproduces the Windows crash.