Skip to content

contrib: rust: only enable windows-gnu with the proper compiler

windows-gnu is for gcc mingw-w64 (and MSVCRT) and windows-gnu-llvm is for clang mingw-w64 (and UCRT).

Based on this discussion.

Merge request reports

Loading