From 09e5be097b11cc9764c4775cf445356de60efbeb Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 6 Jun 2026 09:49:22 -0800 Subject: [PATCH] Disable benchmarks for #8053 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ea5944cf..1f6440b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9076,6 +9076,9 @@ skipped-benchmarks: # runaway build? - type-of-html + # https://github.com/commercialhaskell/stackage/issues/8053 + - snappy-hs + # Maintainers who don't want to update benchmarks # Only re-enable if requested. ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844