From: Frantisek Sumsal Date: Wed, 30 Mar 2022 09:32:31 +0000 (+0200) Subject: ci: drop clang 11 & add clang 14 X-Git-Tag: v251-rc2~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5efefcdcff41e4f7947119e6644bbfc31ac5cb8e;p=thirdparty%2Fsystemd.git ci: drop clang 11 & add clang 14 --- diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index f0b9fe495cd..f817104a9ad 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -27,9 +27,9 @@ jobs: env: - { COMPILER: "gcc", COMPILER_VERSION: "10", LINKER: "bfd", CRYPTOLIB: "gcrypt" } - { COMPILER: "gcc", COMPILER_VERSION: "11", LINKER: "gold", CRYPTOLIB: "openssl" } - - { COMPILER: "clang", COMPILER_VERSION: "11", LINKER: "bfd", CRYPTOLIB: "auto" } - { COMPILER: "clang", COMPILER_VERSION: "12", LINKER: "gold", CRYPTOLIB: "gcrypt" } - { COMPILER: "clang", COMPILER_VERSION: "13", LINKER: "lld", CRYPTOLIB: "openssl" } + - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "bfd", CRYPTOLIB: "auto" } env: ${{ matrix.env }} steps: - name: Repository checkout