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:fedora-39-amd64
RUN set -ex && \
dnf update -y && \
dnf install -y valgrind dnf-plugins-core && \
dnf reinstall -y --setopt=tsflags= python3-devel && \
dnf debuginfo-install -y \
glib2-devel gobject-introspection-devel \
gtk4-devel \
lua-devel lua-lgi lua-lpeg \
python3-devel pygobject3-devel python3-gobject
COPY valgrind/valgrind-wrapper /usr/local/bin/
COPY valgrind/build.sh /