diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-08-08 18:45:53 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-08-08 23:16:50 -0400 |
commit | 60e12f26a28ce4ed0ecb905baef207a0388947f1 (patch) | |
tree | 6054980273b6b2982e646aa2ac4a7c461ab8c152 /.circleci | |
parent | 5be646f251b25c22ba24ad2a4eb5af66b3f95d74 (diff) | |
download | haskell-60e12f26a28ce4ed0ecb905baef207a0388947f1.tar.gz |
circleci: Reduce compression effort to 3
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index e07e95242f..55cb87f670 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" |