From: Greg Hogan <code@greghogan.com>
To: 74142@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>, Efraim Flashner <efraim@flashner.co.il>
Subject: bug#74142: [PATCH rust-team] gnu: rust-bootstrap: Disable parallel builds.
Date: Thu, 31 Oct 2024 20:26:23 +0000 [thread overview]
Message-ID: <16b103aec59e189d5bbff2aec69ff63f11459eeb.1730404732.git.code@greghogan.com> (raw)
In-Reply-To: <CA+3U0ZkyT4R5qbouEZqRPDg5s_hnoKPrwGdh+qU5BtsF4W8mew@mail.gmail.com>
* gnu/packages/rust.scm (rust-bootstrap): Disable parallel builds for
all architectures.
Change-Id: Icafbbacd30200fad457b6a70730acd466524485b
---
gnu/packages/rust.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index cb58a4b4b3..4f74fc7571 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -208,9 +208,9 @@ (define-public rust-bootstrap
;; that doesn't seem to cause issues.
#:validate-runpath? #f
;; Most of the build is single-threaded. This also improves the
- ;; build time on machines with "only" 8GB of RAM.
- ;; ppc64le regularly sees race conditions between various dependant crates.
- #:parallel-build? ,(target-x86-64?)
+ ;; build time on machines with "only" 8GB of RAM and prevents
+ ;; regularly seen race conditions between various dependant crates.
+ #:parallel-build? #f
#:make-flags
(list ,(string-append "RUSTC_TARGET="
(platform-rust-target
base-commit: 6e50b0c56a8cc767bd3acb26638f78c450bde718
--
2.46.0
prev parent reply other threads:[~2024-10-31 20:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-31 19:13 bug#74142: [rust-team] rust-bootstrap fails parallel build on x86-64 Greg Hogan
2024-10-31 20:26 ` Greg Hogan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=16b103aec59e189d5bbff2aec69ff63f11459eeb.1730404732.git.code@greghogan.com \
--to=code@greghogan.com \
--cc=74142@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).