mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
uv: fix i686 build
This commit is contained in:
parent
4043505f65
commit
1223acdbad
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
distfiles="https://github.com/astral-sh/uv/releases/download/${version}/source.tar.gz>uv-${version}.tar.gz"
|
||||||
checksum=60465d87552cd6febfdee8c58176d699e00d5549f2d35db3261ec5a113996099
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
for sh in bash fish zsh; do
|
for sh in bash fish zsh; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue