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 1954974 commit 02c1d78Copy full SHA for 02c1d78
docker/build_scripts/finalize.sh
@@ -87,7 +87,6 @@ for TOOL_PATH in "${MY_DIR}/requirements-tools/"*; do
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
musllinux*_riscv64-uv) continue;; # uv doesn't provide musl riscv64 wheels due to Rust issues
90
- *_riscv64-swig) manylinux_pkg_install "${TOOL}";;
91
*) pipx install --pip-args="--require-hashes -r ${TOOL_PATH} --only-binary" "${TOOL}";;
92
esac
93
done
0 commit comments