summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-10-21 16:18:50 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-10-21 16:24:01 +0200
commit0273f6e7f2c23e3b4ffc5499297c5f193eb9f75a (patch)
tree7aa0535e6ba6eb79639d6c419f1aef893f19fd09 /.github
parentf1150eddf635f4cd9792c368166abd63eb62165d (diff)
downloadsystemd-0273f6e7f2c23e3b4ffc5499297c5f193eb9f75a.tar.gz
ci: build with clang-11 as well
The LLVM nightly repositories now have a separate branch for clang-11, so let's build with it as well.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index f73a141420..c9aec779c8 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -20,6 +20,7 @@ jobs:
env:
- { COMPILER: "gcc", COMPILER_VERSION: "10" }
- { COMPILER: "clang", COMPILER_VERSION: "10" }
+ - { COMPILER: "clang", COMPILER_VERSION: "11" }
env: ${{ matrix.env }}
steps:
- name: Repository checkout