From 2866bbac8299e4046ed4a23e9fbdf91daa295c0d Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Tue, 30 Aug 2016 20:55:47 -0700 Subject: [PATCH] Skip cipher-aes128 benchmarks per TomMD/cipher-aes128#12 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 30bafe24..6dcefb06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2862,6 +2862,7 @@ expected-benchmark-failures: # Compilation failures - Frames # https://github.com/acowley/Frames/issues/47 + - cipher-aes128 # https://github.com/TomMD/cipher-aes128/issues/12 - cryptohash # https://github.com/vincenthz/hs-cryptohash/pull/43 - dbus # No issue tracker, sent e-mail to maintainer - jose-jwt # https://github.com/tekul/jose-jwt/issues/12