Turn off xz multi-threading on i686 as it fails with an out of memory error
Related: RHEL-30937
This commit is contained in:
parent
b400c2d34b
commit
5406ef542c
@ -1937,7 +1937,9 @@ fi
|
|||||||
echo "Update version: %{updatever}"
|
echo "Update version: %{updatever}"
|
||||||
echo "Build number: %{buildver}"
|
echo "Build number: %{buildver}"
|
||||||
echo "Milestone: %{milestone}"
|
echo "Milestone: %{milestone}"
|
||||||
|
%ifnarch %{ix86}
|
||||||
export XZ_OPT="-T0"
|
export XZ_OPT="-T0"
|
||||||
|
%endif
|
||||||
%setup -q -c -n %{uniquesuffix ""} -T -a 0
|
%setup -q -c -n %{uniquesuffix ""} -T -a 0
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1189084
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1189084
|
||||||
prioritylength=`expr length %{priority}`
|
prioritylength=`expr length %{priority}`
|
||||||
@ -2894,6 +2896,10 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 22 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b01-0.2.ea
|
||||||
|
- Turn off xz multi-threading on i686 as it fails with an out of memory error
|
||||||
|
- Related: RHEL-30937
|
||||||
|
|
||||||
* Fri Mar 22 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:1.8.0.412.b01-0.2.ea
|
* Fri Mar 22 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:1.8.0.412.b01-0.2.ea
|
||||||
- Invoke xz in multi-threaded mode
|
- Invoke xz in multi-threaded mode
|
||||||
- Related: RHEL-30937
|
- Related: RHEL-30937
|
||||||
|
Loading…
Reference in New Issue
Block a user