summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c312541fbb..8eb3ea1de3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -649,7 +649,8 @@ validate-x86_64-linux-deb9-dwarf:
variables:
TEST_ENV: "x86_64-linux-deb10"
BIN_DIST_PREP_TAR_COMP: "./ghc-x86_64-deb10-linux.tar.xz"
- XZ: "xz -T0"
+ # pxz doesn't exist; it's xz --threads
+ XZ: "xz --threads=$CORES"
cache:
key: linux-x86_64-deb10