remove old cabal install libraries to try to fix windows autobuilder

This commit is contained in:
Joey Hess 2016-09-06 12:58:51 -04:00
parent 612043c55a
commit b786400671
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -27,7 +27,8 @@ export UPGRADE_LOCATION
#export FORCE_GIT_VERSION
# Uncomment to get rid of cabal installed libraries.
#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
cabal list --installed
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.
@ -38,8 +39,6 @@ rm -f git-annex-installer.exe
# for haskell libraries to link them with the cygwin library.
cabal update || true
cabal install warp-3.1.3.1
cabal install --only-dependencies || true
# Detect when the last build was an incremental build and failed,