From 1223acdbadf39fd0e1c0e0de0b9625cd45c5f8c9 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 14 Nov 2024 19:38:12 -0500 Subject: [PATCH] uv: fix i686 build --- srcpkgs/uv/template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srcpkgs/uv/template b/srcpkgs/uv/template index 3864d288509..cdee68108cc 100644 --- a/srcpkgs/uv/template +++ b/srcpkgs/uv/template @@ -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