]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: drop clang 11 & add clang 14
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 30 Mar 2022 09:32:31 +0000 (11:32 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 30 Mar 2022 12:11:57 +0000 (21:11 +0900)
.github/workflows/build_test.yml

index f0b9fe495cd379c85386270bd21a544e2de66c9e..f817104a9ad93df8132d64d61f77668137b38eb1 100644 (file)
@@ -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