diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-29 14:13:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-29 14:13:41 -0400 |
commit | 1cb549a61559d5ac3368cbe0ea0098bfb6e6c43a (patch) | |
tree | a09ebcbfac3bf1b387fe12f713d3c80dfbefd23d | |
parent | b09de96f33d5d263afc25becaddbf59f3cafa5d2 (diff) |
comment back out library removal line
-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 3beb63dd7..8751e4573 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. |