ppc64le: disable parallel GC in hadrian temporarily (before !5725)

This commit is contained in:
Jens Petersen 2023-02-17 18:56:48 +08:00
parent 1026d3dcb9
commit b5d643a65e
1 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,7 @@ Patch18: Disable-unboxed-arrays.patch
# ppc64le
# enable smp with hadrian
# https://gitlab.haskell.org/ghc/ghc/-/issues/19825
Patch20: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/5725.patch
# Debian patches:
@ -449,6 +450,11 @@ rm libffi-tarballs/libffi-*.tar.gz
%patch15 -p1 -b .orig
%patch16 -p1 -b .orig
%endif
# workaround before 5725 hadrian fix
# https://gitlab.haskell.org/ghc/ghc/-/issues/19825
%ifarch ppc64le
%patch16 -p1 -b .orig
%endif
# bigendian
%ifarch s390x