Skip to content

Commit cac67f7

Browse files
committed
Turn off pool allocator in favour of m32_alloc solution in ghc 9.8.3
1 parent ba47781 commit cac67f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

overlays/bootstrap.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,10 @@ in {
224224
&& final.stdenv.targetPlatform.is32bit
225225
|| final.stdenv.targetPlatform.isMusl)
226226
(until "9.11" ./patches/ghc/ghc-9.6-missing-symbols-deadbeef.patch)
227-
++ onAarch64Musl (fromUntil "9.6" "9.11" ./patches/ghc/ghc-9.6-linker-pool-allocator.patch)
228-
++ onAarch64Musl (fromUntil "9.6" "9.11" ./patches/ghc/ghc-9.6-linker-pool-allocator-2.patch)
227+
++ onAarch64Musl (fromUntil "9.6" "9.8.3" ./patches/ghc/ghc-9.6-linker-pool-allocator.patch)
228+
++ onAarch64Musl (fromUntil "9.10" "9.11" ./patches/ghc/ghc-9.6-linker-pool-allocator.patch)
229+
++ onAarch64Musl (fromUntil "9.6" "9.8.3" ./patches/ghc/ghc-9.6-linker-pool-allocator-2.patch)
230+
++ onAarch64Musl (fromUntil "9.10" "9.11" ./patches/ghc/ghc-9.6-linker-pool-allocator-2.patch)
229231

230232
++ onMusl (fromUntil "9.6" "9.8" ./patches/ghc/ghc-9.6-0001-Refactor-IServ.hs.patch)
231233
++ onMusl (fromUntil "9.6" "9.11" ./patches/ghc/ghc-9.6-0002-Drop-spurious-8-byte-offset-from-elf_plt.patch)

0 commit comments

Comments
 (0)