diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-10 16:06:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-10 16:06:20 -0400 |
commit | 6c3c751a6722b3eed5e1c5be24b925005a51ccbc (patch) | |
tree | a0f61552f7e6580d923e57357a4a819accdee8c4 /standalone | |
parent | f0728e2a4ab342addf589fab180835843d1bb060 (diff) |
nuke cabal on windows, so it will build new DAV
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index a661e8fbc..75cb61081 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -24,7 +24,7 @@ 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 # Don't allow build artifact from a past successful build to be extracted # if we fail. |