summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-10 19:26:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-10 19:26:03 -0400
commitcb118745fb0e7cd1c247e6a8711c4ed7fc5ad6bf (patch)
tree82daa7ef1fbf3ba1c1be08573731586182dad049 /standalone
parent636bc1d72f56085a7c912258c058567cd7580f6f (diff)
trying to work around a dep problem on windows
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index a661e8fbc..315bdfde9 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -24,7 +24,9 @@ withcygpreferred () {
UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe
# Uncomment to get rid of cabal installed libraries.
-#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
+rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
+cabal update || true
+cabal install either-4.3
# Don't allow build artifact from a past successful build to be extracted
# if we fail.