Skip to content

Commit aa11769

Browse files
committed
ci tool: update patchelf to 0.17.2 for arm7 wheels.
1 parent cce8126 commit aa11769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/manylinux_armv7l_wheel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN \
2020

2121
RUN \
2222
echo "**** Installing patchelf ****" && \
23-
git clone -b 0.17.0 https://github.com/NixOS/patchelf.git && \
23+
git clone -b 0.17.2 https://github.com/NixOS/patchelf.git && \
2424
cd patchelf && \
2525
./bootstrap.sh && ./configure && make && make check && make install && \
2626
cd ..

docker/musllinux_armv7l_wheel.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN \
1919

2020
RUN \
2121
echo "**** Installing patchelf ****" && \
22-
git clone -b 0.17.0 https://github.com/NixOS/patchelf.git && \
22+
git clone -b 0.17.2 https://github.com/NixOS/patchelf.git && \
2323
cd patchelf && \
2424
./bootstrap.sh && ./configure && make && make check && make install && \
2525
cd ..

0 commit comments

Comments
 (0)