Skip to content

Commit eb9f9d2

Browse files
committed
Removed Clang 11 and 12, added 14 and 15
1 parent 5caa885 commit eb9f9d2

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Note: tags has to be all lower-case
3939
tags: |
4040
madduci/docker-linux-cpp:latest
41-
madduci/docker-linux-cpp:1.8
41+
madduci/docker-linux-cpp:1.9
4242
# build on feature branches, push only on master branch
4343
push: ${{ github.ref == 'refs/heads/master' }}
4444

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL maintainer="Michele Adduci <adduci@tutanota.com>" \
66
WORKDIR /project
77

88
ARG DEB_COMPILERS="g++-9 g++-10 g++-11"
9-
ARG EXTRA_CLANG_COMPILERS="11 12 13"
9+
ARG EXTRA_CLANG_COMPILERS="13 14 15"
1010

1111
RUN echo "Installing required packages " \
1212
&& export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)