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 36ab7c1..7e735a3 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: