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 12
12
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 && \
13
13
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
14
14
~/.cargo/bin/rustup target add aarch64-unknown-linux-gnu && \
15
- pip3 install meson
15
+ pip3 install meson==0.52.1
16
16
17
17
# Compiler settings
18
18
ENV \
Original file line number Diff line number Diff line change 14
14
curl -Ls https://github.com/rvagg/rpi-newer-crosstools/archive/master.tar.gz | tar xzC /root/tools --strip-components=1 && \
15
15
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
16
16
~/.cargo/bin/rustup target add arm-unknown-linux-gnueabihf && \
17
- pip3 install meson
17
+ pip3 install meson==0.52.1
18
18
19
19
# Compiler settings
20
20
ENV \
Original file line number Diff line number Diff line change 12
12
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 && \
13
13
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
14
14
~/.cargo/bin/rustup target add arm-unknown-linux-gnueabihf && \
15
- pip3 install meson
15
+ pip3 install meson==0.52.1
16
16
17
17
# Compiler settings
18
18
ENV \
Original file line number Diff line number Diff line change 25
25
curl https://sh.rustup.rs -sSf | sh -s -- -y && \
26
26
ln -s /usr/bin/cmake3 /usr/bin/cmake && \
27
27
ln -s /usr/bin/ninja-build /usr/bin/ninja && \
28
- pip3 install meson
28
+ pip3 install meson==0.52.1
29
29
30
30
# Compiler settings
31
31
ENV \
Original file line number Diff line number Diff line change 11
11
texinfo gperf glib-dev gobject-introspection-dev findutils jq linux-headers cmake binutils python3 ninja patchelf && \
12
12
apk --update --no-cache --repository https://alpine.global.ssl.fastly.net/alpine/v3.11/community/ add cargo && \
13
13
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
15
15
16
16
# Compiler settings
17
17
ENV \
You can’t perform that action at this time.
0 commit comments