Use a newer Meson
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user