mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/3] ci: update to Trixie to use make --shuffle
Date: Mon,  1 Sep 2025 17:38:02 +0200	[thread overview]
Message-ID: <20250901153852.2554758-1-a.fatoum@pengutronix.de> (raw)

Debian Trixie ships with GNU make v4.4.1.

v4.4 introduced a new --shuffle option that shuffles goal and prerequisite
ordering to hopefully catch issues around non-deterministic build order
in parallel makefiles.

Let's enable this option for all our defconfig builds. When a build
fails, make will also print to stderr a shuffle=<integer> line.

The integer can be passed to --shuffle locally when trying to reproduce
the breakage.

Ahmad Fatoum (3):
  ci: container: update components installed on top to newest versions
  ci: container: update to Debian Trixie
  ci: build: shuffle goal and prerequisite ordering

 .github/workflows/build-defconfigs.yml |  2 ++
 test/Containerfile                     | 21 ++++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)

-- 
2.47.2




             reply	other threads:[~2025-09-01 23:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-01 15:38 Ahmad Fatoum [this message]
2025-09-01 15:38 ` [PATCH 1/3] ci: container: update components installed on top to newest versions Ahmad Fatoum
2025-09-01 15:38 ` [PATCH 2/3] ci: container: update to Debian Trixie Ahmad Fatoum
2025-09-01 15:38 ` [PATCH 3/3] ci: build: shuffle goal and prerequisite ordering Ahmad Fatoum

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=20250901153852.2554758-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.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