gplugin/builders

Lots of clean ups

5 months ago, Gary Kramlich
6bcf4347ed9b
Lots of clean ups

* Make sure we're using meson setup
* Make sure we're passing --verbose to meson test
* Make all of the build script shellcheck clean
FROM docker.io/gplugin/builders:debian-trixie-amd64
RUN set -ex && \
apt update && \
apt install -y --no-install-recommends clang-format && \
apt clean && \
rm -rf /var/lib/apt/lists
COPY clang-format/build.sh /