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 6af07e8 commit e715d8dCopy full SHA for e715d8d
docker/build_scripts/finalize.sh
@@ -86,7 +86,7 @@ for TOOL_PATH in "${MY_DIR}/requirements-tools/"*; do
86
case ${AUDITWHEEL_PLAT}-${TOOL} in
87
musllinux*_ppc64le-uv) continue;; # uv doesn't provide musl ppc64le wheels due to Rust issues
88
musllinux*_s390x-uv) continue;; # uv doesn't provide musl s390x wheels due to Rust issues
89
- *_riscv64-uv) continue;; # no uv for riscv64
+ musllinux*_riscv64-uv) continue;; # uv doesn't provide musl riscv64 wheels due to Rust issues
90
*_riscv64-cmake|*_riscv64-swig) manylinux_pkg_install "${TOOL}";;
91
*) pipx install --pip-args="--require-hashes -r ${TOOL_PATH} --only-binary" "${TOOL}";;
92
esac
0 commit comments