-
Notifications
You must be signed in to change notification settings - Fork 9
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
Rust version is older than the minimum Rust version required by the clap dependency in the spirv-builder-cli crate #45
Comments
This is a known bug, we already have a PR fix at #41 Would you be interested in trying it? You'd need to check out the PR locally and run cargo from the repo itself, with something like: A brief explanation of the bug: |
I've updated the ticket title to reflect the actual underlying bug. |
But bumping your rust-gpu deps should fix this problem, if I'm not mistaken. |
I'm not OP, but at least for me, upgrading |
I have this exact same problem |
@tombh Just tried it(PR fix #41) on my Windows 11 computer. I had the exact same issue as @Makogan. I ran this command
in the root directory of your checked-out PR fix #41 and got the following issue. It can't find a certain program. The |
Hello, so you saw the error mentioned here? Your screenshot seems to be a different error. From what I can see it seems your error is coming from It'd be good to see the full build logs, perhaps pasted as text would be better. And seeing as this is likely a different error, I think it'd good to start a new issue. |
Yes ultimately different error @tombh, but I was trying to say that I was doing Here are the full logs:
Additionally, what installed toolchains do I need. This is what I get from mine:
|
I tried this on Manjaro and it worked for me. |
@PatD123 I see, thanks. In that case it looks like you've surfaced another separate error. Let's open a new issue for that. |
How do I try this? |
You just bump the version of But I think the original issue here should be fixed on main now? |
My current setup (which relies on rustbuilder) is to put a shader crate inside of each example.
I tried testing cargo gpu to see if it could alleviate some woes so I did:
I am getting this error:
Clap is not a dependency of the shader crate at all:
So I don't understand why it's trying to get compiled?
The text was updated successfully, but these errors were encountered: