stop nuking cabal now ;)
This commit is contained in:
parent
94d59d96fb
commit
4e5dc9a004
1 changed files with 4 additions and 3 deletions
|
@ -6,8 +6,6 @@
|
||||||
set -x
|
set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
|
|
||||||
|
|
||||||
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
|
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
|
||||||
|
|
||||||
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
|
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
|
||||||
|
@ -20,9 +18,12 @@ withcyg () {
|
||||||
PATH="$PATH:/c/cygwin/bin" "$@"
|
PATH="$PATH:/c/cygwin/bin" "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Uncomment to get rid of cabal installed libraries.
|
||||||
|
#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
|
||||||
# if we fail.
|
# if we fail.
|
||||||
rm -f git-annex-installer.exe
|
#rm -f git-annex-installer.exe
|
||||||
|
|
||||||
# Install haskell dependencies.
|
# Install haskell dependencies.
|
||||||
# cabal install is not run in cygwin, because we don't want configure scripts
|
# cabal install is not run in cygwin, because we don't want configure scripts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue