]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: enable monthly Fedora Rawhide clang builds
authorIlya Shipitsin <chipitsine@gmail.com>
Fri, 12 May 2023 17:26:49 +0000 (19:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 13 May 2023 15:42:32 +0000 (17:42 +0200)
that was temporarily disabled due to
https://github.com/haproxy/haproxy/issues/1868

we are unblocked, let us enable clang in matrix

.github/workflows/fedora-rawhide.yml

index 36ab7c14160aea3d276fab26dc6a9c1a4f595e54..7e735a36c7130eb4e6104bb72e2dfc38c3cc5947 100644 (file)
@@ -11,9 +11,7 @@ jobs:
   build_and_test:
     strategy:
       matrix:
-        cc: [ gcc
-#             ,clang  # commented due to https://github.com/haproxy/haproxy/issues/1868
-            ]
+        cc: [ gcc, clang ]
     name: ${{ matrix.cc }}
     runs-on: ubuntu-latest
     container: