Skip to content

Commit

Permalink
build patchelf for ARMv7 from source.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 committed Oct 31, 2022
1 parent 4703fbd commit 3e41f4f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker/armv7l_wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ RUN \
pkg-config \
autoconf \
automake \
cmake \
patchelf && \
cmake && \
python3 -m pip install --upgrade pip && \
echo "**** Installing patchelf ****" && \
git clone https://github.com/NixOS/patchelf.git && \
cd patchelf && \
./bootstrap.sh && ./configure && make && make check && make install && \
cd .. && \
echo "**** Install python build dependencies ****" && \
python3 -m pip install cffi pytest && \
echo "**** Start building ****" && \
Expand Down

0 comments on commit 3e41f4f

Please sign in to comment.