Skip to content

ci: enable parallel compression for xz

Cheng Shao requested to merge TerrorJack/ghc:xz-t0 into master

When testing local builds, I noticed that despite xz manpage claims parallel compression is the default, it's actually not (at least on ubuntu 22.04). So let's turn on parallel compression explicitly, this should fasten CI runs a bit.

Merge request reports