You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
Initially I was using spirv_builder_source = "https://github.com/Rust-GPU/rust-gpu" then I switched to spirv_builder_source = "https://github.com/LegNeato/rust-gpu" but it tried to duplicate the previous repo's folder and failed to find the revision ffa710b8623a3fd2bd439757df77f2e8150c4955 which exists at the new URL not the previous one.
When testing different
rust-gpubuilds by settingspirv_builder_sourceto different repo URLs the cli fails with error:[2025-04-09T17:48:43Z ERROR cargo_gpu] running spirv cli Caused by: 0: get_rust_gpu_deps_from_shader 1: couldn't checkout revision 'ffa710b8623a3fd2bd439757df77f2e8150c4955' of `rust-gpu` at /home/one49segolte/.cache/rust-gpu/rust-gpu-repo/https___github_com_LegNeato_rust-gpu+ffa710b8623a3fd2bd439757df77f2e8150c4955 Error: running spirv cliInitially I was using
spirv_builder_source = "https://github.com/Rust-GPU/rust-gpu"then I switched tospirv_builder_source = "https://github.com/LegNeato/rust-gpu"but it tried to duplicate the previous repo's folder and failed to find the revisionffa710b8623a3fd2bd439757df77f2e8150c4955which exists at the new URL not the previous one.