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:
parent
4adb4b9903
commit
5414d82ce5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue