Downgrade Docker Meson to 1.2.3 (#3994)

This commit is contained in:
Khairul Azhar Kasmiran 2023-11-21 21:04:18 +08:00 committed by GitHub
parent bda5b2d0f3
commit 94d7ccc752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ RUN apt-get install -y --no-install-recommends \
${with_arm32_as:+binutils-arm-linux-gnueabi} \
${with_ppc_as:+binutils-powerpc64le-linux-gnu}
RUN pip3 install meson
RUN pip3 install meson==1.2.3
# Build rizin in a volume to minimize space used by build
COPY . /tmp/rizin/