diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-28 23:06:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-28 23:06:41 -0400 |
commit | ec4b8ef1f437c69a2e85e97134776162ec7693b8 (patch) | |
tree | 6749e0afc7247103987d4061411695b75595fe88 /standalone/windows | |
parent | 57089276378918823c1cc529d3d1fb0551973480 (diff) |
force cabal rebuild on windows for warp-tls
Diffstat (limited to 'standalone/windows')
-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 9473b9257..07f1b66eb 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -24,7 +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 +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. |