From 3e4636896d0d4393a153c5f216351cfffc330d60 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Sun, 25 Jun 2017 23:48:21 +0200 Subject: [PATCH] Skip benchmarks for authors that don't want them checked #2538 #2604 --- build-constraints.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index ca31bc3e..10f61736 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3801,11 +3801,20 @@ skipped-benchmarks: # Cyclic dependencies - cassava - # Won't be updated only for the benchmark component - # (https://github.com/fpco/stackage/issues/2538#issuecomment-304458844) + # Maintainers who don't want to update benchmarks + ## @hvr https://github.com/fpco/stackage/issues/2538#issuecomment-304458844 - cryptohash-md5 - cryptohash-sha1 - cryptohash-sha256 + - uuid + # @nikita-volkov https://github.com/fpco/stackage/issues/2538#issuecomment-305129396 + - bytestring-strict-builder + - bytestring-tree-builder + - hasql + - postgresql-binary + - stm-containers + # @ivan-m https://github.com/fpco/stackage/issues/2538#issuecomment-307290070 + - graphviz # end of skipped-benchmarks