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.
1 parent cce8126 commit aa11769Copy full SHA for aa11769
docker/manylinux_armv7l_wheel.Dockerfile
@@ -20,7 +20,7 @@ RUN \
20
21
RUN \
22
echo "**** Installing patchelf ****" && \
23
- git clone -b 0.17.0 https://github.com/NixOS/patchelf.git && \
+ git clone -b 0.17.2 https://github.com/NixOS/patchelf.git && \
24
cd patchelf && \
25
./bootstrap.sh && ./configure && make && make check && make install && \
26
cd ..
docker/musllinux_armv7l_wheel.Dockerfile
@@ -19,7 +19,7 @@ RUN \
19
0 commit comments