]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: build with clang-18
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 5 Mar 2024 11:24:19 +0000 (12:24 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Mar 2024 18:14:33 +0000 (03:14 +0900)
.github/workflows/build_test.yml

index b6476d7045239d4853172836dd0a5cd637b0ae91..a6b14dc2350f901e455cb7b937ffa5bbc303a5b7 100644 (file)
@@ -28,8 +28,8 @@ jobs:
           - { COMPILER: "gcc",   COMPILER_VERSION: "11", LINKER: "bfd",  CRYPTOLIB: "gcrypt"  }
           - { COMPILER: "gcc",   COMPILER_VERSION: "13", LINKER: "mold", CRYPTOLIB: "openssl" }
           - { COMPILER: "clang", COMPILER_VERSION: "14", LINKER: "mold", CRYPTOLIB: "gcrypt"  }
-          - { COMPILER: "clang", COMPILER_VERSION: "15", LINKER: "bfd",  CRYPTOLIB: "openssl" }
-          - { COMPILER: "clang", COMPILER_VERSION: "17", LINKER: "lld",  CRYPTOLIB: "auto"    }
+          - { COMPILER: "clang", COMPILER_VERSION: "16", LINKER: "bfd",  CRYPTOLIB: "openssl" }
+          - { COMPILER: "clang", COMPILER_VERSION: "18", LINKER: "lld",  CRYPTOLIB: "auto"    }
     env: ${{ matrix.env }}
     steps:
       - name: Repository checkout