From 4e6a7b130d5fdd5ee04fcec7f1286b4a6aaf82af Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 22 Apr 2014 20:23:37 -0400 Subject: Revert "add debugging for odd OOM or hang on 5 architectures, all where configure runs sha224sum" This reverts commit dbc01939f3da3653df51f1fe8b2d5da891ea8828. The OOM was cabal's way of telling us it couldn't resolve dependencies. --- Build/Configure.hs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Build') diff --git a/Build/Configure.hs b/Build/Configure.hs index c5e3b9735..116a44215 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -7,7 +7,6 @@ import Control.Applicative import System.Environment (getArgs) import Control.Monad.IfElse import Control.Monad -import System.IO import Build.TestConfig import Build.Version @@ -63,11 +62,7 @@ shaTestCases l = map make l key = "sha" ++ show n search [] = return Nothing search (c:cmds) = do - putStr $ "(" ++ c - hFlush stdout sha <- externalSHA c n "/dev/null" - putStr $ ":" ++ show sha ++ ")" - hFlush stdout if sha == Right knowngood then return $ Just c else search cmds -- cgit v1.2.3