[commit: ghc] wip/nfs-locking: Install python on CI (c13806a)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:28:29 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/c13806a2f5857075f769ec45280cbd3f298e3044/ghc
>---------------------------------------------------------------
commit c13806a2f5857075f769ec45280cbd3f298e3044
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Oct 5 10:59:49 2017 +0100
Install python on CI
See #314
>---------------------------------------------------------------
c13806a2f5857075f769ec45280cbd3f298e3044
appveyor.yml | 2 +-
circle.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
index 451d5d5..c51983a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,7 +22,7 @@ install:
# Install all Hadrian and GHC build dependencies
- cd hadrian
- stack setup > nul
- - appveyor-retry stack exec -- pacman -S autoconf automake-wrapper make patch tar --noconfirm
+ - appveyor-retry stack exec -- pacman -S autoconf automake-wrapper make patch python tar --noconfirm
build_script:
# Build Hadrian
diff --git a/circle.yml b/circle.yml
index b038689..592b9f4 100644
--- a/circle.yml
+++ b/circle.yml
@@ -7,7 +7,7 @@ machine:
dependencies:
override:
- brew update
- - brew install ghc cabal-install
+ - brew install ghc cabal-install python
- cabal update
- cabal install alex happy ansi-terminal mtl shake quickcheck
cache_directories:
More information about the ghc-commits
mailing list