diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-07 11:24:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-07 11:24:18 -0400 |
commit | ad4890a2a41aee442043c40cf7ebef0f1933ea13 (patch) | |
tree | 2ed833b0c0a025c92950109d57c04b764da4d1c4 /standalone/windows | |
parent | a9baa09939a2c4e1291af98de716572dacd563f6 (diff) |
temporarily disable the evilelinker on the autobuilder, since it seems to be hanging inexplicably
Diffstat (limited to 'standalone/windows')
-rwxr-xr-x | standalone/windows/build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 9f51c52f4..8a555e6dc 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -47,9 +47,9 @@ touch last-incremental-failed # Build git-annex withcyg cabal configure -f-WebApp withcyg cabal build || true -rm -f Build/EvilLinker.exe -ghc --make Build/EvilLinker -Build/EvilLinker +#rm -f Build/EvilLinker.exe +#ghc --make Build/EvilLinker +#Build/EvilLinker # Build the installer cabal install nsis |