From ab27a6485da55030d6e1a919616b5ccef192a7c4 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Thu, 3 Oct 2024 09:20:53 +0100 Subject: [PATCH] Use a newer Meson --- otherbuilds/docker/Dockerfile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/otherbuilds/docker/Dockerfile.in b/otherbuilds/docker/Dockerfile.in index 2cba31f..139a840 100644 --- a/otherbuilds/docker/Dockerfile.in +++ b/otherbuilds/docker/Dockerfile.in @@ -22,9 +22,9 @@ RUN apt-get install -y \ WORKDIR /root -ADD https://github.com/mesonbuild/meson/releases/download/1.3.1/meson-1.3.1.tar.gz . -RUN tar xvf meson-1.3.1.tar.gz -RUN ln -s $(pwd)/meson-1.3.1/meson.py /usr/bin/meson +ADD https://github.com/mesonbuild/meson/releases/download/1.5.2/meson-1.5.2.tar.gz . +RUN tar xvf meson-1.5.2.tar.gz +RUN ln -s $(pwd)/meson-1.5.2/meson.py /usr/bin/meson RUN hg clone -u [[REVISION]] https://hg.sr.ht/~breakfastquay/rubberband