diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-03-05 12:24:19 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-03-25 19:14:33 +0100 |
commit | 4651e1428dae935bb32dec082db5155f2e8b1c98 (patch) | |
tree | 20edebd2bf1a73293cc9c153fd386ca0cdd78993 /.github/workflows/build_test.yml | |
parent | Document SYSTEMD_REPART_MKFS_* in repart.d manual (diff) | |
download | systemd-4651e1428dae935bb32dec082db5155f2e8b1c98.tar.xz systemd-4651e1428dae935bb32dec082db5155f2e8b1c98.zip |
ci: build with clang-18
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/build_test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index b6476d7045..a6b14dc235 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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 |