]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Enable tests in the msys2 mingw64+clang configuration (#1618)
authorMartin Storsjö <martin@martin.st>
Tue, 12 Aug 2025 18:10:40 +0000 (21:10 +0300)
committerGitHub <noreply@github.com>
Tue, 12 Aug 2025 18:10:40 +0000 (20:10 +0200)
Instead of disabling tests altogether, pass the -Wno-deprecated
option, working around https://github.com/doctest/doctest/issues/900
in a different fashion.

.github/workflows/build.yaml

index 5f5c243b5e5eb7e75e8a480451c26de92f5cb75f..c9e8f1ec422ddb8954b2da97dbd8ada8745ac9eb 100644 (file)
@@ -190,7 +190,7 @@ jobs:
 
           - sys: mingw64
             compiler: clang
-            extra_cmake_params: -DENABLE_TESTING=OFF # clang currently triggers warnings with doctest
+            extra_cmake_params: -DCMAKE_CXX_FLAGS=-Wno-deprecated # doctest issue #900
             os: windows-2025
 
           - sys: clangarm64