]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: disable fail-fast on fedora rawhide builds
authorIlia Shipitsin <chipitsine@gmail.com>
Thu, 23 Oct 2025 16:39:49 +0000 (18:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 Oct 2025 07:15:01 +0000 (08:15 +0100)
Previously builds were dependent in terms that if one fails, other are
stopped. By their nature those builds are independent, let's not to fail
them altogether

.github/workflows/fedora-rawhide.yml

index 38808f510a1015c0779fbbb167d56af8e81502e5..c01c8c59fa2ae7a8e253f17f08c16868dab7ca4b 100644 (file)
@@ -18,6 +18,7 @@ jobs:
           { name: x86, cc: gcc,   QUICTLS_EXTRA_ARGS: "-m32 linux-generic32", ADDLIB_ATOMIC: "-latomic", ARCH_FLAGS: "-m32" },
           { name: x86, cc: clang, QUICTLS_EXTRA_ARGS: "-m32 linux-generic32", ADDLIB_ATOMIC: "-latomic", ARCH_FLAGS: "-m32" }
         ]
+      fail-fast: false
     name: ${{ matrix.platform.cc }}.${{ matrix.platform.name }}
     runs-on: ubuntu-latest
     if: ${{ github.repository_owner == 'haproxy' || github.event_name == 'workflow_dispatch' }}