diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-12-10 09:30:41 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-12-16 19:33:01 -0500 |
commit | ac25a3f637d894e9b972600e8942a91570e2dcd0 (patch) | |
tree | 3e2027b42fdcf1a508eb2e9c63229242be1e6301 | |
parent | 8ba650e9f50724d5bbec6cdd7e1d462cf8b7895a (diff) | |
download | haskell-ac25a3f637d894e9b972600e8942a91570e2dcd0.tar.gz |
gitlab-ci: Use xz --threads on Alpine
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 422756187c..b1075a06af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -715,6 +715,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: |