CI: enable monthly Fedora Rawhide clang builds

that was temporarily disabled due to
https://github.com/haproxy/haproxy/issues/1868

we are unblocked, let us enable clang in matrix
This commit is contained in:
Ilya Shipitsin 2023-05-12 19:26:49 +02:00 committed by Willy Tarreau
parent 4adb4b9903
commit 5414d82ce5
1 changed files with 1 additions and 3 deletions

View 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: