rio: unbreak, disable lto on i686

This commit is contained in:
tranzystorekk 2025-06-05 22:14:40 +02:00
parent 3c95afa760
commit 28c48480c0

View file

@ -16,8 +16,10 @@ distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.g
checksum=3290d6c3bf4663432938f17b42310de9cf0327753a75c1f54215ec8f7b66a4eb
case "${XBPS_TARGET_MACHINE}" in
i686*) broken="build runs out of memory";;
*) ;;
i686*)
# rustc-LLVM ERROR: out of memory
export CARGO_PROFILE_RELEASE_LTO=off
;;
esac
post_install() {