From: Ilya Shipitsin Date: Fri, 12 May 2023 17:26:49 +0000 (+0200) Subject: CI: enable monthly Fedora Rawhide clang builds X-Git-Tag: v2.8-dev12~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5414d82ce52884d8d3d55c58e2fe137beda24f3b;p=thirdparty%2Fhaproxy.git 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 --- diff --git a/.github/workflows/fedora-rawhide.yml b/.github/workflows/fedora-rawhide.yml index 36ab7c1416..7e735a36c7 100644 --- a/.github/workflows/fedora-rawhide.yml +++ b/.github/workflows/fedora-rawhide.yml @@ -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: