From 24a66349349443698060d8384e22e53606297c43 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Aug 2017 11:31:14 -0400 Subject: [PATCH] stop removing cabal --- standalone/windows/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index f63d9d35b6..5822cf6a59 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -27,8 +27,8 @@ export UPGRADE_LOCATION #export FORCE_GIT_VERSION # Uncomment to get rid of cabal installed libraries. -cabal list --installed -rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc +#cabal list --installed +#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc # Don't allow build artifact from a past successful build to be extracted # if we fail.