Skip to content

Commit

Permalink
ci: add Clang 20
Browse files Browse the repository at this point in the history
It's that time of year again, we need more Clang versions.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
  • Loading branch information
anakryiko committed Jul 25, 2024
1 parent 00c99c0 commit 902b91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG SHORTNAME="jammy"
ENV SHORTNAME=$SHORTNAME

RUN apt-get update && apt-get install -y curl gnupg
RUN if [ "${LLVM_VERSION}" = "19" ]; \
RUN if [ "${LLVM_VERSION}" = "20" ]; \
then \
echo "\n\
deb http://apt.llvm.org/${SHORTNAME}/ llvm-toolchain-${SHORTNAME} main\n\
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
llvm: [11, 12, 13, 14, 15, 16, 17, 18, 19]
llvm: [11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 902b91d

Please sign in to comment.