mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] ci: update to Trixie to use make --shuffle
@ 2025-09-01 15:38 Ahmad Fatoum
  2025-09-01 15:38 ` [PATCH 1/3] ci: container: update components installed on top to newest versions Ahmad Fatoum
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2025-09-01 15:38 UTC (permalink / raw)
  To: barebox

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-09-01 23:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-01 15:38 [PATCH 0/3] ci: update to Trixie to use make --shuffle Ahmad Fatoum
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

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