]> granicus.if.org Git - libevent/commitdiff
ci: disable broken mingw cmake builds (#1207)
authorAzat Khuzhin <azat@libevent.org>
Mon, 11 Jul 2022 00:45:32 +0000 (03:45 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Mon, 11 Jul 2022 00:53:27 +0000 (03:53 +0300)
.github/workflows/build.yml

index 0218b6ea9f16ebcb53f23cf94e1b7e4285b8be2b..d9e84607e39b81a700aa51a1baded2ba3b0c3f67 100644 (file)
@@ -467,7 +467,9 @@ jobs:
 
   mingw-cmake-job:
     runs-on: windows-2019
-    if: "!contains(github.event.head_commit.message, 'ci/mingw skip') && !contains(github.event.head_commit.message, 'ci/mingw/cmake skip')"
+    # FIXME: disabled for now, see [1].
+    #   [1]: https://github.com/libevent/libevent/issues/1207
+    if: "false && !contains(github.event.head_commit.message, 'ci/mingw skip') && !contains(github.event.head_commit.message, 'ci/mingw/cmake skip')"
     strategy:
       fail-fast: false
       matrix: