summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-12-10 09:30:41 -0500
committerBen Gamari <ben@smart-cactus.org>2019-12-10 09:30:41 -0500
commit7d23ce3f7cd5a90765a8cd8f06bf3470b7baa76e (patch)
treeb6453bc9c4bee81ba37bec4ab0803cbfb868a288 /.gitlab-ci.yml
parentb1850167a62815b9d8d7cc417d65eabbb1760523 (diff)
downloadhaskell-7d23ce3f7cd5a90765a8cd8f06bf3470b7baa76e.tar.gz
gitlab-ci: Use xz --threads on Alpine
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b9a9c95b7..d772299a3c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -705,6 +705,7 @@ release-x86_64-linux-deb8:
BUILD_SPHINX_PDF: "NO"
TEST_ENV: "x86_64-linux-alpine"
BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-alpine-linux.tar.xz"
+ XZ: "xz --threads=$CORES"
# Can't use ld.gold due to #13958.
CONFIGURE_ARGS: "--disable-ld-override"
cache: