[commit: ghc] master: circleci: Reduce compression effort to 3 (60e12f2)
git at git.haskell.org
git at git.haskell.org
Thu Aug 9 15:28:36 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/60e12f26a28ce4ed0ecb905baef207a0388947f1/ghc
>---------------------------------------------------------------
commit 60e12f26a28ce4ed0ecb905baef207a0388947f1
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 8 18:45:53 2018 -0400
circleci: Reduce compression effort to 3
>---------------------------------------------------------------
60e12f26a28ce4ed0ecb905baef207a0388947f1
.circleci/config.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e07e952..55cb87f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -75,7 +75,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