Skip to content
Snippets Groups Projects

fix: explicitly install clang, gcc, g++, not versioned only

Merged Wouter Deconinck requested to merge wdconinc-master-patch-53552 into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -29,13 +29,14 @@ RUN --mount=type=cache,target=/var/cache/apt \
@@ -29,13 +29,14 @@ RUN --mount=type=cache,target=/var/cache/apt \
bc \
bc \
ca-certificates \
ca-certificates \
ccache \
ccache \
 
clang \
clang-format \
clang-format \
clang-tidy \
clang-tidy \
curl \
curl \
file \
file \
build-essential \
build-essential \
g++-12 \
g++ \
gcc-12 \
gcc \
gdb \
gdb \
gfortran-12 \
gfortran-12 \
ghostscript \
ghostscript \
Loading