We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
patchelf
1 parent 4703fbd commit 3e41f4fCopy full SHA for 3e41f4f
docker/armv7l_wheel.Dockerfile
@@ -16,9 +16,13 @@ RUN \
16
pkg-config \
17
autoconf \
18
automake \
19
- cmake \
20
- patchelf && \
+ cmake && \
21
python3 -m pip install --upgrade pip && \
+ echo "**** Installing patchelf ****" && \
22
+ git clone https://github.com/NixOS/patchelf.git && \
23
+ cd patchelf && \
24
+ ./bootstrap.sh && ./configure && make && make check && make install && \
25
+ cd .. && \
26
echo "**** Install python build dependencies ****" && \
27
python3 -m pip install cffi pytest && \
28
echo "**** Start building ****" && \
0 commit comments