public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <arne_f@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/4] qemu_environ: set G_SLICE="always_malloc" for riscv64
Date: Wed, 09 Aug 2023 19:58:03 +0200	[thread overview]
Message-ID: <20230809175806.2624-1-arne_f@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

this is a work around for often hanging processes eg. at
rust builds.

Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
---
 make.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make.sh b/make.sh
index e0db03619..9297cac1f 100755
--- a/make.sh
+++ b/make.sh
@@ -767,8 +767,8 @@ qemu_environ() {
 			;;
 		riscv64)
 			QEMU_CPU="${QEMU_CPU:-sifive-u54}"
-
-			env="${env} QEMU_CPU=${QEMU_CPU}"
+			G_SLICE="always-malloc"
+			env="${env} QEMU_CPU=${QEMU_CPU} G_SLICE=${G_SLICE}"
 			;;
 	esac
 
-- 
2.39.2


             reply	other threads:[~2023-08-09 17:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09 17:58 Arne Fitzenreiter [this message]
2023-08-09 17:58 ` [PATCH 2/4] gcc: fix build on riscv64 Arne Fitzenreiter
2023-08-09 17:58 ` [PATCH 3/4] kernel: update config for riscv64 Arne Fitzenreiter
2023-08-09 17:58 ` [PATCH 4/4] riscv64: rootfile updates for gcc, util-linux and rust Arne Fitzenreiter

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230809175806.2624-1-arne_f@ipfire.org \
    --to=arne_f@ipfire.org \
    --cc=development@lists.ipfire.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox