File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN apt-get update
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10+ clang \
1011 clang-3.5 \
1112 clang-3.6 \
1213 clang-3.7 \
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN apt-get update
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10+ clang \
1011 clang-3.9 \
1112 clang-4.0 \
1213 clang-5.0 \
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN apt-get update
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10+ clang \
1011 clang-6.0 \
1112 clang-7 \
1213 clang-8 \
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN apt-get update
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10+ clang \
1011 clang-11 \
1112 clang-12 \
1213 clang-13 \
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN apt-get update
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10+ clang \
1011 clang-14 \
1112 clang-15 \
1213 clang-16 \
You can’t perform that action at this time.
0 commit comments