File tree Expand file tree Collapse file tree 26 files changed +222
-43
lines changed
toolchain-aarch64-linux-gnu
toolchain-arm-bcm2708-linux-gnueabihf
toolchain-arm-bcm2708hardfp-linux-gnueabi
toolchain-arm-linux-gnueabihf
toolchain-mips-openwrt-linux-atheros Expand file tree Collapse file tree 26 files changed +222
-43
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
4747 - env-ubuntu:latest
4848 - env-ubuntu:nolibs
4949 - toolchain-aarch64-linux-gnu
50- - toolchain-arm-bcm2708hardfp -linux-gnueabi
50+ - toolchain-arm-bcm2708 -linux-gnueabihf
5151 - toolchain-arm-linux-gnueabihf
52- - toolchain-mips-openwrt-linux-atheros
5352 - toolchain-linux-android
53+ - toolchain-mips-openwrt-linux-atheros
5454
5555 name : linux/${{ matrix.image }}
5656
Original file line number Diff line number Diff line change 1- FROM alpine
1+ FROM alpine:latest
22
33RUN apk update
44
Original file line number Diff line number Diff line change 11FROM debian:stable
22
3- ENV DEBIAN_FRONTEND noninteractive
3+ ENV DEBIAN_FRONTEND= noninteractive
44
55RUN apt-get update
66
Original file line number Diff line number Diff line change 11FROM ubuntu:14.04
22
3- ENV DEBIAN_FRONTEND noninteractive
3+ ENV DEBIAN_FRONTEND= noninteractive
44
55RUN apt-get update
66
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
1010 clang-3.4 \
11- g++ \
12- g++-4.4 \
13- g++-4.6 \
11+ g++-4.8 \
1412 git \
1513 python \
1614 wget
Original file line number Diff line number Diff line change 11FROM ubuntu:16.04
22
3- ENV DEBIAN_FRONTEND noninteractive
3+ ENV DEBIAN_FRONTEND= noninteractive
44
55RUN apt-get update
66
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10+ clang-3.5 \
1011 clang-3.6 \
1112 clang-3.7 \
13+ clang-3.8 \
14+ clang-3.9 \
15+ clang-4.0 \
16+ clang-5.0 \
17+ clang-6.0 \
1218 g++ \
1319 g++-4.8 \
1420 g++-4.9 \
Original file line number Diff line number Diff line change 11FROM ubuntu:18.04
22
3- ENV DEBIAN_FRONTEND noninteractive
3+ ENV DEBIAN_FRONTEND= noninteractive
44
55RUN apt-get update
66
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10+ clang-3.9 \
11+ clang-4.0 \
12+ clang-5.0 \
1013 clang-6.0 \
14+ clang-7 \
15+ clang-8 \
16+ clang-9 \
17+ clang-10 \
1118 g++ \
19+ g++-5 \
1220 g++-6 \
21+ g++-7 \
22+ g++-8 \
1323 git \
1424 python
1525
Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22
3- ENV DEBIAN_FRONTEND noninteractive
3+ ENV DEBIAN_FRONTEND= noninteractive
44
55RUN apt-get update
66
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10- clang \
11- clang-10 \
10+ clang-6.0 \
1211 clang-7 \
1312 clang-8 \
1413 clang-9 \
14+ clang-10 \
15+ clang-11 \
16+ clang-12 \
1517 clang-format \
1618 g++ \
17- g++-10 \
1819 g++-7 \
1920 g++-8 \
2021 g++-9 \
22+ g++-10 \
2123 git \
2224 python \
2325 valgrind
Original file line number Diff line number Diff line change 11FROM ubuntu:22.04
22
3- ENV DEBIAN_FRONTEND noninteractive
3+ ENV DEBIAN_FRONTEND= noninteractive
44
55RUN apt-get update
66
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10- clang \
1110 clang-11 \
1211 clang-12 \
1312 clang-13 \
1413 clang-14 \
14+ clang-15 \
1515 clang-format \
1616 g++ \
17+ g++-9 \
1718 g++-10 \
1819 g++-11 \
1920 g++-12 \
Original file line number Diff line number Diff line change 11FROM ubuntu:24.04
22
3- ENV DEBIAN_FRONTEND noninteractive
3+ ENV DEBIAN_FRONTEND= noninteractive
44
55RUN apt-get update
66
77# compilers and tools
88RUN apt-get install -y \
99 ccache \
10- clang \
1110 clang-14 \
1211 clang-15 \
1312 clang-16 \
1413 clang-17 \
14+ clang-18 \
15+ clang-19 \
1516 clang-format \
1617 g++ \
1718 g++-9 \
1819 g++-10 \
1920 g++-11 \
2021 g++-12 \
2122 g++-13 \
23+ g++-14 \
2224 git \
2325 python3 \
2426 valgrind
Original file line number Diff line number Diff line change 1- FROM ubuntu
1+ FROM ubuntu:latest
22
3- ENV DEBIAN_FRONTEND noninteractive
3+ ENV DEBIAN_FRONTEND= noninteractive
44
55RUN apt-get update
66
You can’t perform that action at this time.
0 commit comments