diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-06 13:58:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-06 13:58:28 -0400 |
commit | 508e812df7bb320fdeffa00e6001ccdf93f967ee (patch) | |
tree | 211509449aef82dce3ab660a4aea1e9a4356bcfb /standalone | |
parent | 7ea28e4c6ef33591abaaff717a378da825d33f25 (diff) |
stop nuking cabal again
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 6b0c7ae11..ee9cdf373 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -21,7 +21,7 @@ withcyg () { } # 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. |