CI should check that we don't build rustc_codegen_spirv
more than once. #549
Open
Description
See #546 for some context and ideas - especially #546 (comment).
Sadly, this is likely blocked on moving CI to use --release
to build examples (which depend on "build dependency release mode rustc_codegen_spirv
via the spirv-builder
-using build scripts), otherwise the problem can't be reproduced in the first place (AFAIK).