summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 17:54:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-25 17:54:33 -0400
commit59233f1b18fc58df1ebf500cd992c572deb701d6 (patch)
tree1b2056ea552aa46f21ef6c3c9fac13636a7e3651
parentda8628cee458c0ea875494033de58d6bb3b81977 (diff)
simplify build
-rwxr-xr-xstandalone/windows/build.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 8600fd162..f9c53a7b2 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -56,14 +56,9 @@ getextra () {
}
getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
-# Deps are not built with cygwin environment, because we don't want
-# configure scripts for haskell libraries to link them with the cygwin
-# libraries.
-stack setup --stack-yaml stack-windows.yaml
-stack build -j 1 --stack-yaml stack-windows.yaml --no-haddock --dependencies-only
-
# Build git-annex
-withcyg stack build --stack-yaml stack-windows.yaml
+stack setup --stack-yaml stack-windows.yaml
+stack build -j 1 --stack-yaml stack-windows.yaml --no-haddock
# Build the installer
withcygpreferred stack ghc --stack-yaml stack-windows.yaml --no-haddock \