Revert "Downgrade Docker Meson to 1.2.3 (#3994)"
This reverts commit 94d7ccc752.
This commit is contained in:
parent
1311095ce9
commit
d1d2185262
1 changed files with 1 additions and 1 deletions
|
|
@ -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==1.2.3
|
||||
RUN pip3 install meson
|
||||
|
||||
# Build rizin in a volume to minimize space used by build
|
||||
COPY . /tmp/rizin/
|
||||
|
|
|
|||
Loading…
Reference in a new issue