-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fails to build (wrong spirv version in spirq-core). #130
Comments
Nevermind, local issue. |
|
spirq_core::spirv::ExecutionMode: FromPrimitive
is not satisfied
Or not? Closing until I can reproduce reliably. |
Managed to reliably reproduce. Issue exists on new projects, tested on 4fd4a8c#diff-4d4ad89fcc0c7ac2df009a3f9f955cd8d2e1c93f5c1e7211a4c0eb635275dc83R22 cargo tree
|
I can confirm this is actually happening.. Could you use the last release at the moment? |
It's basically sourced from here. gfx-rs/rspirv#250 I'm trynna make a workaround for now but I'm looking forward to a more systematic solution real soon |
Isn't 1.1.1 the latest release? My current workaround is using git and specifying the revision before it broke |
No, I mean the one before that. Anyway, a fix is on the way. I figured out a way to workaround it in #131. Would you like to check if the PR actually fix both of the problems on your end? |
It's on master now. |
With the new impl I pinned to |
Yep works on my end, thanks for the fix. |
That's pretty dangerous and will break your |
Not sure if it's just me but both git and stable crates.io versions fail to build.
Something to do with the version bump perhaps?
4fd4a8c#diff-4d4ad89fcc0c7ac2df009a3f9f955cd8d2e1c93f5c1e7211a4c0eb635275dc83R22
Build log
The text was updated successfully, but these errors were encountered: