uv: fix i686 build

This commit is contained in:
classabbyamp 2024-11-14 19:38:12 -05:00
parent 4043505f65
commit 1223acdbad
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@ changelog="https://github.com/astral-sh/uv/raw/main/CHANGELOG.md"
distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz>uv-${version}.tar.gz"
checksum=60465d87552cd6febfdee8c58176d699e00d5549f2d35db3261ec5a113996099
case "$XBPS_TARGET_MACHINE" in
i686*)
# if parallel, rustc-LLVM ERROR: out of memory Allocation failed
disable_parallel_build=yes
;;
esac
post_install() {
vlicense LICENSE-MIT
for sh in bash fish zsh; do