File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1818ENV \
Original file line number Diff line number Diff line change 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
2020ENV \
Original file line number Diff line number Diff line change 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
1818ENV \
Original file line number Diff line number Diff line change 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
3131ENV \
Original file line number Diff line number Diff line change 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
1717ENV \
You can’t perform that action at this time.
0 commit comments