Skip to content

Commit cedc668

Browse files
committed
ci: add gcc-11/12 and clang-13/15 to test-deps for multi-compiler
multi-compiler matrix asks for gcc-11, gcc-12, clang-13, clang-14, clang-15 as explicit binary names. The image only had unversioned 'gcc' (= gcc-12) and 'clang' (= clang-14), so make hit 'gcc-11: not found' for any other matrix entry (run 26538567521 job 78173898262).
1 parent 05b1491 commit cedc668

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/wolfprovider-test-deps/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ RUN apt-get update \
1616
&& apt-get install -y --no-install-recommends \
1717
# core build toolchain
1818
build-essential gcc g++ make m4 gettext \
19+
gcc-11 g++-11 gcc-12 g++-12 \
1920
autoconf automake autoconf-archive autopoint autotools-dev \
2021
libtool libtool-bin pkg-config pkgconf \
2122
cmake meson ninja-build bison flex gperf gengetopt help2man \
2223
clang clang-tools cppcheck libc++-dev \
24+
clang-13 clang-15 \
2325
# vcs, transport, compression, scripting
2426
git git-all curl wget ca-certificates patch xxd dpkg-dev jq \
2527
gawk perl python3 python3-pip python3-venv python3-wheel \

0 commit comments

Comments
 (0)