From: Frantisek Sumsal Date: Sun, 19 Mar 2023 20:37:40 +0000 (+0100) Subject: ci: drop clang-13, add clang-16 X-Git-Tag: v254-rc1~978 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7af15421e37db875a1577dd092ab55881848bcf1;p=thirdparty%2Fsystemd.git ci: drop clang-13, add clang-16 --- diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 9802b386c97..94e2b073f6b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -27,9 +27,9 @@ jobs: env: - { COMPILER: "gcc", COMPILER_VERSION: "11", LINKER: "bfd", CRYPTOLIB: "gcrypt" } - { COMPILER: "gcc", COMPILER_VERSION: "12", LINKER: "gold", CRYPTOLIB: "openssl" } - - { COMPILER: "clang", COMPILER_VERSION: "13", LINKER: "mold", CRYPTOLIB: "gcrypt" } - - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "lld", CRYPTOLIB: "openssl" } - - { COMPILER: "clang", COMPILER_VERSION: "15", LINKER: "bfd", CRYPTOLIB: "auto" } + - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "mold", CRYPTOLIB: "gcrypt" } + - { COMPILER: "clang", COMPILER_VERSION: "15", LINKER: "lld", CRYPTOLIB: "openssl" } + - { COMPILER: "clang", COMPILER_VERSION: "16", LINKER: "bfd", CRYPTOLIB: "auto" } env: ${{ matrix.env }} steps: - name: Repository checkout