gplugin/builders

Parents 493a9229a558
Children dd0e08640e72
clang-format-9 doesn't exist in debian bookworm and clang-format-11 looks to have a bug with a specific line
--- a/Dockerfile.clang-format Mon Dec 27 04:15:41 2021 -0600
+++ b/Dockerfile.clang-format Mon Dec 27 04:30:16 2021 -0600
@@ -2,8 +2,8 @@
RUN set -ex && \
apt-get update && \
- apt-get install -y --no-install-recommends clang-format-9 && \
- update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-9 1000 && \
+ apt-get install -y --no-install-recommends clang-format-13 && \
+ update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-13 1000 && \
apt-get clean && \
rm -rf /var/lib/apt/lists