summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-23 11:31:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-23 11:31:14 -0400
commita2b6d761b71e6861450570cc188b965f9380fd66 (patch)
treed3d1fadc7695e54d4574efc957cb7be048e949ef /standalone
parenta41387378a0a094415f9189865cb7e9752385a75 (diff)
stop removing cabal
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index f63d9d35b..5822cf6a5 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.