-
Notifications
You must be signed in to change notification settings - Fork 11
Issue #45: Tested PR fix #50
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
Comments
Thanks for putting this in its own repo. I can't be sure that this error is independent from the new code in PR #41, but my hunch is that it is independent. From what I can see in the logs it's getting quite far, which is good news. It's managed to compile the The error itself seems to be in calling Would you be up for finding this line in your local dependencies? https://github.com/Rust-GPU/rust-gpu/blob/6e2c84d4fe64e32df4c060c5a7f3e35a32e45421/crates/spirv-builder/src/lib.rs#L797 It would interesting to see what your ENV is at that point and whether it causes |
Having this same issue on Windows. I was able to edit the let mut cargo = Command::new("cargo");
eprintln!("PATH: {}", env::var("PATH").unwrap());
cargo.args([ and it appears that
Still trying to see if I configure out why the path is getting changed. EDIT: I think this is caused by #20 - because it sets the |
Tested PR #41 on my Windows computer.
I had the same issue as #45. So I tried the solution posted as the first reply (here). After that I got the issue mentioned later in the thread (here).
Here are the full logs:
Additionally, what installed toolchains do I need. This is what I get from mine:
The text was updated successfully, but these errors were encountered: