aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 12:58:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 12:58:51 -0400
commit40cdf4425170134cb7e66e368ea7e84e7ebb87bb (patch)
tree1133367f46391e3828e8c02df8a8cec294abe1cb /standalone
parenta8eccbbd8c039fd3e61771084ee8a026b9ccb74b (diff)
remove old cabal install libraries to try to fix windows autobuilder
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index f43f041d2..d9b1df38e 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -27,7 +27,8 @@ export UPGRADE_LOCATION
#export FORCE_GIT_VERSION
# Uncomment to get rid of cabal installed libraries.
-#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.
@@ -38,8 +39,6 @@ rm -f git-annex-installer.exe
# for haskell libraries to link them with the cygwin library.
cabal update || true
-cabal install warp-3.1.3.1
-
cabal install --only-dependencies || true
# Detect when the last build was an incremental build and failed,