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:
|
build_and_test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cc: [ gcc
|
cc: [ gcc, clang ]
|
||||||
# ,clang # commented due to https://github.com/haproxy/haproxy/issues/1868
|
|
||||||
]
|
|
||||||
name: ${{ matrix.cc }}
|
name: ${{ matrix.cc }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
|
Loading…
Reference in New Issue