also disable haddock for i686: runs out of memory now like armv7hl

Warning: GHC.IfaceToCore: could not find link destinations for:
	- GHC.IfaceToCore.mergeIfaceDecl
Warning: GHC.Iface.Rename: could not find link destinations for:
	- GHC.Iface.Rename.ShIfM
Warning: GHC.Types.Name.Shape: could not find link destinations for:
	- GHC.Types.Name.Shape.uAvailInfos
haddock: out of memory (requested 1048576 bytes)
Warning: GHC.Tc.Gen.Splice: could not find link
This commit is contained in:
Jens Petersen 2023-01-30 22:03:44 +08:00
parent a028d88f6f
commit 5cbb28b98c

View File

@ -33,7 +33,7 @@
%bcond ghc_prof 1
# https://gitlab.haskell.org/ghc/ghc/-/issues/19754
# https://github.com/haskell/haddock/issues/1384
%ifnarch armv7hl
%ifnarch armv7hl %{ix86}
%bcond haddock 1
%endif
%if %{with hadrian}