Skip to content

Commit 5007da5

Browse files
committed
Pin meson to 0.52.1
0.53.0 crashes with 'Unable to determine dynamic linker'
1 parent 095c3eb commit 5007da5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

linux-arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN \
1212
apt-get install -y crossbuild-essential-arm64 autoconf libtool nasm gtk-doc-tools texinfo gperf advancecomp libglib2.0-dev jq gettext intltool autopoint cmake python3-pip ninja-build patchelf && \
1313
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
1414
~/.cargo/bin/rustup target add aarch64-unknown-linux-gnu && \
15-
pip3 install meson
15+
pip3 install meson==0.52.1
1616

1717
# Compiler settings
1818
ENV \

linux-armv6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN \
1414
curl -Ls https://github.com/rvagg/rpi-newer-crosstools/archive/master.tar.gz | tar xzC /root/tools --strip-components=1 && \
1515
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
1616
~/.cargo/bin/rustup target add arm-unknown-linux-gnueabihf && \
17-
pip3 install meson
17+
pip3 install meson==0.52.1
1818

1919
# Compiler settings
2020
ENV \

linux-armv7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN \
1212
apt-get install -y crossbuild-essential-armhf autoconf libtool nasm gtk-doc-tools texinfo gperf advancecomp libglib2.0-dev jq gettext intltool autopoint cmake python3-pip ninja-build patchelf && \
1313
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
1414
~/.cargo/bin/rustup target add arm-unknown-linux-gnueabihf && \
15-
pip3 install meson
15+
pip3 install meson==0.52.1
1616

1717
# Compiler settings
1818
ENV \

linux-x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN \
2525
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
2626
ln -s /usr/bin/cmake3 /usr/bin/cmake && \
2727
ln -s /usr/bin/ninja-build /usr/bin/ninja && \
28-
pip3 install meson
28+
pip3 install meson==0.52.1
2929

3030
# Compiler settings
3131
ENV \

linuxmusl-x64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN \
1111
texinfo gperf glib-dev gobject-introspection-dev findutils jq linux-headers cmake binutils python3 ninja patchelf && \
1212
apk --update --no-cache --repository https://alpine.global.ssl.fastly.net/alpine/v3.11/community/ add cargo && \
1313
apk --update --no-cache --repository https://alpine.global.ssl.fastly.net/alpine/edge/testing/ add advancecomp && \
14-
pip3 install meson
14+
pip3 install meson==0.52.1
1515

1616
# Compiler settings
1717
ENV \

0 commit comments

Comments
 (0)