Skip to content

Commit 02c1d78

Browse files
committed
feat: remove swig bootstrapping on riscv64
1 parent 1954974 commit 02c1d78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/build_scripts/finalize.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ for TOOL_PATH in "${MY_DIR}/requirements-tools/"*; do
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
8989
musllinux*_riscv64-uv) continue;; # uv doesn't provide musl riscv64 wheels due to Rust issues
90-
*_riscv64-swig) manylinux_pkg_install "${TOOL}";;
9190
*) pipx install --pip-args="--require-hashes -r ${TOOL_PATH} --only-binary" "${TOOL}";;
9291
esac
9392
done

0 commit comments

Comments
 (0)