remove old cabal install libraries to try to fix windows autobuilder
This commit is contained in:
parent
612043c55a
commit
b786400671
1 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue