Rust-GPU / cargo-gpu

Command line tool for building Rust shaders using rust-gpu
MIT License
6 stars 1 forks source link

error: target path ".../spirv-unknown-vulkan1.2.json" is not a valid file #10

Open schell opened 2 days ago

schell commented 2 days ago

From https://github.com/schell/renderling/actions/runs/11774024358/job/32791881317#step:9:21:

error: target path "/home/runner/.cargo/git/checkouts/rust-gpu-11142fd2aadc2318/9be942e/crates/spirv-builder/target-specs/spirv-unknown-vulkan1.2.json" is not a valid file

I think there may be a deeper problem here, because spirv-builder might be expecting this file to live in the same place it was when spirv-builder was built.

schell commented 2 days ago

I think this is related to https://github.com/Rust-GPU/rust-gpu/issues/22.