[commit: ghc] wip/fix-docs: circleci: Reduce compression effort to 3 (87ceabb)
git at git.haskell.org
git at git.haskell.org
Wed Aug 8 23:00:26 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/fix-docs
Link : http://ghc.haskell.org/trac/ghc/changeset/87ceabb79b8a26beb06749739534777dfd3afa70/ghc
>---------------------------------------------------------------
commit 87ceabb79b8a26beb06749739534777dfd3afa70
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 8 18:45:53 2018 -0400
circleci: Reduce compression effort to 3
>---------------------------------------------------------------
87ceabb79b8a26beb06749739534777dfd3afa70
.circleci/config.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f500375..f86f351 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -73,7 +73,8 @@ aliases:
- &bindist
run:
name: Create bindist
- command: make binary-dist
+ # Reduce compression effort to 3
+ command: make binary-dist TAR_COMP_OPTS="-2"
# Building bindist takes ~15 minutes without output, account for
# that.
no_output_timeout: "30m"
More information about the ghc-commits
mailing list