diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-05 18:07:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-05 18:07:44 -0400 |
commit | 1cc032cb1cde542252e0bf978af352be3ddc849a (patch) | |
tree | 515d4aee671c03362aada71efaa8eaa35cce62be | |
parent | be2403f5148a020b206ba52879847b8ad978843f (diff) |
stop nuking cabal now ;)
-rw-r--r-- | standalone/windows/build.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index add8ea6f4..d8050b5a3 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -6,8 +6,6 @@ set -x set -e -rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc - HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0" PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH" @@ -20,9 +18,12 @@ withcyg () { PATH="$PATH:/c/cygwin/bin" "$@" } +# Uncomment to get rid of cabal installed libraries. +#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. -rm -f git-annex-installer.exe +#rm -f git-annex-installer.exe # Install haskell dependencies. # cabal install is not run in cygwin, because we don't want configure scripts |