public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 1c6c29c1bcb92768c0a603781b70de3395839d00
@ 2026-07-27 16:32 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-07-27 16:32 UTC (permalink / raw)
  To: ipfire-scm

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  1c6c29c1bcb92768c0a603781b70de3395839d00 (commit)
      from  a30c851f2f5e94680d983576bb13cc2f0e27ebc2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1c6c29c1bcb92768c0a603781b70de3395839d00
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Mon Jul 27 16:31:27 2026 +0000

    make.sh: Reset xz to use -T0
    
    If we pass the number of cores, xz will no longer apply any memory
    limits will very quickly result in the build failing.
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 make.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Difference in files:
diff --git a/make.sh b/make.sh
index cb32cc869..a4c6997ed 100755
--- a/make.sh
+++ b/make.sh
@@ -2537,7 +2537,7 @@ NINJAJOBS="${DEFAULT_PARALLELISM}"
 
 # Configure XZ
 XZ_OPT=(
-	"-T${DEFAULT_PARALLELISM}" "-8"
+	"-T0" "-8"
 )
 
 # Configure Zstandard


hooks/post-receive
--
IPFire 2.x development tree


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-27 16:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 16:32 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 1c6c29c1bcb92768c0a603781b70de3395839d00 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox