ppc64le: disable parallel GC in hadrian temporarily (before !5725)
This commit is contained in:
parent
1026d3dcb9
commit
b5d643a65e
6
ghc.spec
6
ghc.spec
@ -138,6 +138,7 @@ Patch18: Disable-unboxed-arrays.patch
|
|||||||
|
|
||||||
# ppc64le
|
# ppc64le
|
||||||
# enable smp with hadrian
|
# enable smp with hadrian
|
||||||
|
# https://gitlab.haskell.org/ghc/ghc/-/issues/19825
|
||||||
Patch20: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5725.patch
|
Patch20: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5725.patch
|
||||||
|
|
||||||
# Debian patches:
|
# Debian patches:
|
||||||
@ -449,6 +450,11 @@ rm libffi-tarballs/libffi-*.tar.gz
|
|||||||
%patch15 -p1 -b .orig
|
%patch15 -p1 -b .orig
|
||||||
%patch16 -p1 -b .orig
|
%patch16 -p1 -b .orig
|
||||||
%endif
|
%endif
|
||||||
|
# workaround before 5725 hadrian fix
|
||||||
|
# https://gitlab.haskell.org/ghc/ghc/-/issues/19825
|
||||||
|
%ifarch ppc64le
|
||||||
|
%patch16 -p1 -b .orig
|
||||||
|
%endif
|
||||||
|
|
||||||
# bigendian
|
# bigendian
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
|
Loading…
Reference in New Issue
Block a user