aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 13:13:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 13:13:07 -0400
commit6ce945998503dfaa30b94412bc589d765e0e18a7 (patch)
treeca0348ba2311ccf18f388427be384b5bcfe7172b /standalone
parent40cdf4425170134cb7e66e368ea7e84e7ebb87bb (diff)
perisstent-sqlite-2.2.1 fails to build on windows
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index d9b1df38e..fcb864599 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -27,7 +27,7 @@ export UPGRADE_LOCATION
#export FORCE_GIT_VERSION
# Uncomment to get rid of cabal installed libraries.
-cabal list --installed
+#cabal list --installed
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
@@ -39,6 +39,8 @@ rm -f git-annex-installer.exe
# for haskell libraries to link them with the cygwin library.
cabal update || true
+cabal install persistent-sqlite-2.2
+
cabal install --only-dependencies || true
# Detect when the last build was an incremental build and failed,