test(ledger): made changes to make make blocking iterator test deterministic
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Signed-off-by: Akhil Repala <[email protected]>
Verified `ghc --info` directly on each nixpkgs cross/native GHC derivation; the boundary between the 12-way set (with `v`, `p`, `_dyn` but no `_p_dyn`) and the full 16-way set is actually at 9.12, not 9.8 — and 9.8 still uses the 10-way 9.6-style ordering (no `v`/`p`, no `_dyn`). Updated branches: * < 9.10 non-musl: 10-way set. * < 9.12 musl OR 9.10 anything: 12-way set. * >= 9.12: 16-way set. `ld supports response files` shows up in 9.8+ native but cabal doesn't drive UnitId hashing from it; add to ignoredFields. Verified by `tests.dummy-ghc-info` on linux-0 for: ghc967/984 native + musl, ghc9103 native + static, ghc9124 musl32 + ucrt64, ghc9141 native + aarch64-multiplatform, ghc983 musl32.