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
ENV TARGET=clang
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends clang && \
apt-get clean && \
rm -rf /var/lib/apt/lists
ENV CC=clang CXX=clang++
CMD ["/build.sh"]