-
Notifications
You must be signed in to change notification settings - Fork 244
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
Updated to nightly-2022-04-18 #909
Conversation
I think you just need to run |
Not needed anymore as libc is is no longer giving issues with this nightly version
What's going on here, do we automatically use the latest external EDIT: started: https://github.com/EmbarkStudios/rust-gpu/runs/7880218068?check_suite_focus=true EDIT2: oh yeah you can see the |
Yes, if not compiling from source the spirv binaries in PATH are used, so any time the github runners change those binaries there is a risk of breakage. |
Can't we just pass a version to |
In that case I guess you could specify the exact version, however one does that with brew. |
Turns out that one does not do that with (which involved digging through the |
This also fixes #907.