Skip to content

Commit e715d8d

Browse files
committed
feat: add uv on manylinux riscv64
1 parent 6af07e8 commit e715d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_scripts/finalize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ for TOOL_PATH in "${MY_DIR}/requirements-tools/"*; do
8686
case ${AUDITWHEEL_PLAT}-${TOOL} in
8787
musllinux*_ppc64le-uv) continue;; # uv doesn't provide musl ppc64le wheels due to Rust issues
8888
musllinux*_s390x-uv) continue;; # uv doesn't provide musl s390x wheels due to Rust issues
89-
*_riscv64-uv) continue;; # no uv for riscv64
89+
musllinux*_riscv64-uv) continue;; # uv doesn't provide musl riscv64 wheels due to Rust issues
9090
*_riscv64-cmake|*_riscv64-swig) manylinux_pkg_install "${TOOL}";;
9191
*) pipx install --pip-args="--require-hashes -r ${TOOL_PATH} --only-binary" "${TOOL}";;
9292
esac

0 commit comments

Comments
 (0)