diff options
author | Bryan Richter <bryan@haskell.foundation> | 2022-09-29 11:29:10 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-09-29 15:48:38 -0400 |
commit | ea0083bf56b222579b586c8247031e04c80c15f1 (patch) | |
tree | c8a6243b51d71c542587557346a8457a8c99a3d0 | |
parent | 5a535172d13b30c94766751d0bc21a494b8858ed (diff) | |
download | haskell-ea0083bf56b222579b586c8247031e04c80c15f1.tar.gz |
Revert "ci: enable parallel compression for xz"
Combined wxth XZ_OPT=9, this blew the memory capacity of CI runners.
This reverts commit a5f9c35f5831ef5108e87813a96eac62803852ab.
-rwxr-xr-x | .gitlab/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh index 7a18034760..1200e883e4 100755 --- a/.gitlab/ci.sh +++ b/.gitlab/ci.sh @@ -499,7 +499,7 @@ function build_hadrian() { if [[ -n "${REINSTALL_GHC:-}" ]]; then run_hadrian build-cabal -V else - XZ_OPT="${XZ_OPT:-} -T$cores" run_hadrian binary-dist -V + run_hadrian binary-dist -V mv _build/bindist/ghc*.tar.xz "$BIN_DIST_NAME.tar.xz" fi |