Jan Jurzitza
Jan Jurzitza
> Match ldc and dmd as alias to {dmd,ldc}-latest: This will be more user friendly. 👍 > Match a version without patch version: E.g. 2.094 as an alias for 2.094.2....
I think both options would be good. There just came up an issue at #6 though that ldc-master might randomly break so we should probably fix this asap. I'm looking...
SingingBush's example is the current way how to do it. We don't have it in setup-dlang yet because it isn't supported on platforms other than ubuntu-2022. What we could do...
you can use `exclude` to exclude all the things that match (entire combinations or also just partial matches iirc) See https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations
you need to separate the installation step like for example D-Scanner does it then: https://github.com/dlang-community/D-Scanner/blob/5a53c538d0aa832f03840840271b6631fbbfc53d/.github/workflows/default.yml#L78-L89
oh yeah setup-dlang sets DC - you can manually set it (it's just an environment variable) - or use it to only install dub.
yes, it does so here: https://github.com/dlang-community/setup-dlang/blob/43589c229861e1720e187a344c67dad1d9eefe4c/src/main.ts#L64
hm this action is using gpg assuming it is just installed. Looks like in the [preinstalled software list](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md) GPG is not included, so it's probably being used from msys here....
@Geod24 do you know what's going on here / why we don't have prebuilt dub releases anymore?
I'm experiencing a segmentation fault with Subpasses example: ``` Thread 1 "Subpasses" received signal SIGSEGV, Segmentation fault. 0x00007fffeb0c0256 in ?? () from /usr/lib/libvulkan_radeon.so (gdb) bt #0 0x00007fffeb0c0256 in ?? ()...