diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-07 10:54:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-07 10:54:48 -0400 |
commit | 537d4120f98c51f7215b3e00231e683a5ca35640 (patch) | |
tree | 6f5c73662afce648a2d4fd571f4bb39e7fa76e6c | |
parent | 3c6dbf4080be9fbbc55889dfd766be49746d63bb (diff) |
temporarily disable webapp on autobuilder, as it's for some reason hanging the build
-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 18a14958e..6384353a9 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -45,7 +45,7 @@ fi touch last-incremental-failed # Build git-annex -withcyg cabal configure +withcyg cabal configure -f-WebApp withcyg cabal build || true ghc --make Build/EvilLinker Build/EvilLinker |