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 ee1a56c commit c57eff0Copy full SHA for c57eff0
docker/build_scripts/finalize.sh
@@ -90,7 +90,7 @@ for TOOL_PATH in "${MY_DIR}/requirements-tools/"*; do
90
*_riscv64-cmake|*_riscv64-swig) manylinux_pkg_install "${TOOL}";;
91
*_riscv64-patchelf)
92
manylinux_pkg_install cmake
93
- pipx install patchelf==0.17.2.1
+ pipx install patchelf==0.17.2.2
94
;;
95
*) pipx install --pip-args="--require-hashes -r ${TOOL_PATH} --only-binary" "${TOOL}";;
96
esac
0 commit comments