Remove GMP from arm64v8 build

This commit is contained in:
Mariusz Kogen 2023-09-16 07:46:38 +02:00 committed by Rusty Russell
parent a0c86b77c7
commit 0952a09c2d

View file

@ -94,13 +94,6 @@ RUN apt-get install -y --no-install-recommends unzip tclsh \
&& make install && cd .. && rm sqlite-src-3290000.zip && rm -rf sqlite-src-3290000
USER root
RUN wget -q https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz \
&& tar xvf gmp-6.1.2.tar.xz \
&& cd gmp-6.1.2 \
&& ./configure --disable-assembly \
&& make \
&& make install && cd .. && rm gmp-6.1.2.tar.xz && rm -rf gmp-6.1.2
ENV RUST_PROFILE=release
ENV PATH=$PATH:/root/.cargo/bin/
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y