]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: build with clang-15; drop clang-12
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 20 Aug 2022 18:11:32 +0000 (20:11 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 20 Aug 2022 18:12:03 +0000 (20:12 +0200)
.github/workflows/build_test.yml

index 8a19d5a937f74ca9fe2e1403da6801d7415cb25d..9a0f8f9bd324798897915726f951df08c9a06137 100644 (file)
@@ -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: "12", LINKER: "gold", CRYPTOLIB: "gcrypt"  }
-          - { COMPILER: "clang", COMPILER_VERSION: "13", LINKER: "lld",  CRYPTOLIB: "openssl" }
-          - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "bfd",  CRYPTOLIB: "auto"    }
+          - { COMPILER: "clang", COMPILER_VERSION: "13", LINKER: "gold", CRYPTOLIB: "gcrypt"  }
+          - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "lld",  CRYPTOLIB: "openssl" }
+          - { COMPILER: "clang", COMPILER_VERSION: "15", LINKER: "bfd",  CRYPTOLIB: "auto"    }
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout