uv: fix i686 build
This commit is contained in:
parent
4043505f65
commit
1223acdbad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue