- Add more disk space to allow ppc64le to build

- Disable LTO on 32-bits archs to avoid out of memory

OBS-URL: https://build.opensuse.org/package/show/utilities/yazi?expand=0&rev=39
This commit is contained in:
xtexChooser 2024-08-01 14:11:19 +00:00 committed by Git OBS Bridge
parent ccb5412dc2
commit d14b955445
3 changed files with 10 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="G">16</size>
<size unit="G">4</size>
</physicalmemory>
<disk>
<size unit="G">5</size>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 1 14:08:08 UTC 2024 - xtexChooser <xtexchooser@duck.com>
- Add more disk space to allow ppc64le to build
- Disable LTO on 32-bits archs to avoid out of memory
-------------------------------------------------------------------
Thu Aug 1 10:00:14 UTC 2024 - xtexChooser <xtexchooser@duck.com>

View File

@ -89,6 +89,9 @@ The official zsh completion script for %{name}.
%prep
%autosetup -a1 -p0
%ifarch i586 armv7l
sed -i '/lto = true/d' Cargo.toml
%endif
%build
export YAZI_GEN_COMPLETIONS=true