perisstent-sqlite-2.2.1 fails to build on windows
This commit is contained in:
parent
b786400671
commit
d242e21968
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,7 @@ export UPGRADE_LOCATION
|
||||||
#export FORCE_GIT_VERSION
|
#export FORCE_GIT_VERSION
|
||||||
|
|
||||||
# Uncomment to get rid of cabal installed libraries.
|
# 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
|
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
|
# 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.
|
# for haskell libraries to link them with the cygwin library.
|
||||||
cabal update || true
|
cabal update || true
|
||||||
|
|
||||||
|
cabal install persistent-sqlite-2.2
|
||||||
|
|
||||||
cabal install --only-dependencies || true
|
cabal install --only-dependencies || true
|
||||||
|
|
||||||
# Detect when the last build was an incremental build and failed,
|
# Detect when the last build was an incremental build and failed,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue