On Wed Oct 18 12:28:10 2023 +0000, Nikolay Sivov wrote:
I don't get any crashes, probably because I don't have this compiler anywhere. And if it's optional it should silently skip anything it could possibly not support. It's getting harder to navigate the testing system. I obviously will want to skip anything [effect] on it. How do I do that? Is it necessary to have [require] to set minimum_shader_model below 6, I hope not.
Yeah, it's true that dxcompiler is a bit more annoying than we'd like, but it's not too difficult to setup. Since 57280673e51f6b60487e91369bd57213a8243a56 the README has a paragraph on that. You basically need to download the compiler, set `DXCOMPILER_LIBS` when calling `configure` and `LD_LIBRARY_PATH` when running the tests.