From 467891c4d322af283c04d1725ccabcd73ce642f9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 14 Mar 2018 09:48:45 -0700 Subject: [PATCH] Block arithmoi and streaming-bytestring due to build failures --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f7cc1392..e5e95e60 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3414,6 +3414,8 @@ packages: - pinch < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - pthread < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build - yi-rope < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - arithmoi < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build + - streaming-bytestring < 0 # BuildFailureException Process exited with ExitFailure 1: ./Setup build # This section was used to programmatically generate a set of removals