diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-10 19:56:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-10 19:56:55 -0400 |
commit | 3b3e5932e75b2656299946c23fa444bc26f79356 (patch) | |
tree | 91b21052c68b1731c9318b01bc7c21f57ad7594f | |
parent | c60c50a6015d1b678a537578bd93b1808a894e45 (diff) |
giving up on windows autobuilder until its HP can be upgraded
-rwxr-xr-x | standalone/windows/build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 315bdfde9..a661e8fbc 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -24,9 +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 -cabal update || true -cabal install either-4.3 +#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. |