在 2026-1-15 23:20, Martin Storsjö 写道:
When we applied -Werror to builds of CRT/winpthreads in 9f4d81621fea262200ee5e322627b4e0a5f89d70, this didn't end up applying to the armv7 target, as we don't do the builds for running testcases on armv7 (because since e6535ce604431e88522e354d69379a1ba82e6710 we've stopped running things in armv7 mode entirely).We still do build for armv7 (as part of the llvm-mingw build), but we don't apply -Werror there. Use the aarch64 version of the toolchain, split the build+test jobs and skip the tests when targeting armv7. Alternatively, we could try to inject -Werror in relevant parts of the build of the runtimes in llvm-mingw. Once we have a way of doing that, we could revert this change. Signed-off-by: Martin Storsjö <[email protected]> --- .github/workflows/build.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-)
LGTM, too. -- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
