mirror of
https://github.com/systemd/systemd.git
synced 2025-08-25 13:49:55 +03:00
ci: run build test with clang-12 as well
Ubuntu repositories for clang 12 are finally up, so let's use it in our CI.
This commit is contained in:
1
.github/workflows/build_test.yml
vendored
1
.github/workflows/build_test.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
|||||||
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
|
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
|
||||||
- { COMPILER: "clang", COMPILER_VERSION: "10" }
|
- { COMPILER: "clang", COMPILER_VERSION: "10" }
|
||||||
- { COMPILER: "clang", COMPILER_VERSION: "11" }
|
- { COMPILER: "clang", COMPILER_VERSION: "11" }
|
||||||
|
- { COMPILER: "clang", COMPILER_VERSION: "12" }
|
||||||
env: ${{ matrix.env }}
|
env: ${{ matrix.env }}
|
||||||
steps:
|
steps:
|
||||||
- name: Repository checkout
|
- name: Repository checkout
|
||||||
|
Reference in New Issue
Block a user