Skip to content
Snippets Groups Projects
Commit ced33e2f authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Use xz --threads on Debian 10

parent f1c3ced6
No related branches found
No related tags found
No related merge requests found
......@@ -639,6 +639,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"
# pxz doesn't exist; it's xz --threads
XZ: "xz --threads=$CORES"
cache:
key: linux-x86_64-deb10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment