[commit: ghc] wip/circleci: fixup! CircleCI: Build and archive binary distribution (b2054d0)
git at git.haskell.org
git at git.haskell.org
Sat Aug 11 16:01:30 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/circleci
Link : http://ghc.haskell.org/trac/ghc/changeset/b2054d0a3f9685937ddd022047bb96efbb23599a/ghc
>---------------------------------------------------------------
commit b2054d0a3f9685937ddd022047bb96efbb23599a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Oct 27 11:55:34 2017 -0400
fixup! CircleCI: Build and archive binary distribution
>---------------------------------------------------------------
b2054d0a3f9685937ddd022047bb96efbb23599a
.circleci/config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d04973e..8f16515 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
name: git
command: |
apt-get update
- apt-get install -y git openssh-client make automake autoconf gcc perl python3 python-sphinx
+ apt-get install -y git openssh-client make automake autoconf gcc perl python3 python-sphinx xz-utils
- checkout
- run:
name: submodules
More information about the ghc-commits
mailing list