diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-29 13:45:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-29 13:45:30 -0400 |
commit | 6ebe55137a7e387371e7e5e973233944c9a8dbb4 (patch) | |
tree | 9d07cc391c5c3de2247e9883cd69f51012a44b47 /standalone/windows | |
parent | 9270cd3ec73a7f7aa2abf9fbc8a5775ac6227d22 (diff) |
forcing windows autobuilder to rebootstrap cabal libs
Diffstat (limited to 'standalone/windows')
-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 8751e4573..3beb63dd7 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. |