all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Greg Hogan <code@greghogan.com>,
	 Suhail Singh <suhailsingh247@gmail.com>,
	 Ricardo Wurmus <rekado@elephly.net>,
	guix-devel@gnu.org,  guix-maintainers@gnu.org,
	 Cayetano Santos <csantosb@inventati.org>,
	 Efraim Flashner <efraim@flashner.co.il>
Subject: Re: On the quest for a new release model
Date: Sun, 29 Dec 2024 13:56:51 +0900	[thread overview]
Message-ID: <87cyhbgk8c.fsf@gmail.com> (raw)
In-Reply-To: <878qrzvhaw.fsf@gnu.org> ("Ludovic Courtès"'s message of "Sat, 28 Dec 2024 18:38:47 +0100")

Hi Ludovic,

Ludovic Courtès <ludo@gnu.org> writes:

[...]

>>> There is also access to hardware. From doc/release.org:
>>>
>>> "Steps #2 and #3 require you to have offloading set up so you can
>>> build for all the supported architectures.  For instance, if you’re
>>> running this on an x86_64 machine, you should have ~armhf-linux~,
>>> ~aarch64-linux~ and ~powerpc64le-linux~ machines in your
>>> =/etc/guix/machines.scm=. Transparent emulation via QEMU has shown
>>> limits (such as causing test suite failures); real hardware is a
>>> must."
>
> I agree that’s a problem.
>
>> Indeed, at least for the person running 'make release'.
>
> Right.  We could perhaps avoid that by ensuring ci.guix builds all the
> relevant artifacts.  It’s already set up to do that anyway, but the
> workflow needs to be reworked so that almost everything happens on
> ci.guix and ‘make release’ can simply fetch substitutes for the
> artifacts.

That's a good idea, and that's the direction I think we agree we should
go (automate all things -- leaving the human part to just a bit of
communication).

> What makes it more difficult is the two-step process in ‘make release’
> (where it first updates the ‘guix’ package and then builds the artifacts
> and ISOs) and (now that I think about it) the fact that the guix-binary
> tarballs built on ci.guix have grafts disabled, I think.

Sounds like we'd need at least at new switch to enable grafts in the job
spec?  Could we have a job spec running 'make release' ?  Perhaps run
once a day (nightly releases).

>> I think the Guix binary release can be built from aarch64; we've never
>> had true armhf offload machines, as far as I know.
>
> As far as ci.guix is concerned, we’re too low on Arm build power to
> build for both aarch64 and armhf, so that too is a problem.  In
> practice, at release time we could tweak scheduling for aarch64-linux
> builds, but we’d still need to prepare for armhf-linux long before… or
> just drop it.

Dropping it seems to be the most efficient way going forward, in my
opinion.  It appears not much used, if judging per the large number of
broken packages and the little activity going toward fixing them on that
architecture.  If even very well resourced distributions are leaving it
behind [0] (that was 2 years ago), perhaps the time has come for us to
follow suite and focus our efforts where it matters most.

[0]  https://fedoraproject.org/wiki/Changes/RetireARMv7

-- 
Thanks,
Maxim


  reply	other threads:[~2024-12-29  4:58 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-09 12:19 Discussion notes on releases and branches Andreas Enge
2023-02-12 21:13 ` Moving forward with teams and feature branches (was: Discussion notes on releases and branches) Josselin Poiret
2023-02-12 21:34   ` Andreas Enge
2023-02-13  9:32   ` Time for RFC? (was Re: Moving forward with teams and feature branches (was: Discussion notes on releases and branches)) zimoun
2023-02-13 14:04   ` bug#61475: Staging branch (was: Moving forward with teams and feature branches) Andreas Enge
2023-05-10  2:55     ` Maxim Cournoyer
2023-02-13 14:07   ` Moving forward with teams and feature branches (was: Discussion notes on releases and branches) Andreas Enge
2023-02-14 19:12     ` Leo Famulari
2023-02-13  9:22 ` Release (was " Simon Tournier
2023-02-14 10:14 ` Rust team branch " Efraim Flashner
2023-02-14 16:36   ` Rust team branch Andreas Enge
2023-02-14 20:07     ` Efraim Flashner
2023-02-16 10:56       ` Andreas Enge
2023-02-14 16:36   ` Rust team branch (was Re: Discussion notes on releases and branches) Katherine Cox-Buday
2023-02-14 20:08     ` Efraim Flashner
2023-02-15 17:49       ` Katherine Cox-Buday
2023-03-17 15:24 ` Discussion notes on releases and branches Felix Lechner via Development of GNU Guix and the GNU System distribution.
2023-03-18 17:42   ` Leo Famulari
2024-12-13  8:37 ` On the quest for a new release model (was: Discussion notes on releases and branches) Cayetano Santos
2024-12-13 12:03   ` On the quest for a new release model Ricardo Wurmus
2024-12-13 13:01     ` Suhail Singh
2024-12-13 15:21       ` Greg Hogan
2024-12-13 15:52         ` Suhail Singh
2024-12-13 16:05           ` Suhail Singh
2024-12-13 16:28           ` Cayetano Santos
2024-12-13 17:21             ` Suhail Singh
2024-12-13 20:34               ` Cayetano Santos
2024-12-13 22:13               ` Ricardo Wurmus
2024-12-13 22:27                 ` Suhail Singh
2024-12-13 23:08                 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
2024-12-14  1:38                   ` John Kehayias via Development of GNU Guix and the GNU System distribution.
2024-12-14 17:18                     ` kiasoc5
2024-12-14 18:00                     ` Cayetano Santos
2024-12-14 20:53                   ` Attila Lendvai
2024-12-15  8:44     ` Efraim Flashner
2024-12-15 16:43       ` Ricardo Wurmus
2024-12-15 20:21         ` Suhail Singh
2024-12-15 22:49           ` Ricardo Wurmus
2024-12-15 23:33             ` Suhail Singh
2024-12-16  9:43           ` Efraim Flashner
2024-12-16 13:30             ` Maxim Cournoyer
2024-12-16 16:28               ` Suhail Singh
2024-12-18 16:48               ` Ludovic Courtès
2024-12-18 17:31                 ` Suhail Singh
2024-12-18 17:42                   ` Suhail Singh
2024-12-19 17:56                     ` Greg Hogan
2024-12-20 12:06                       ` Maxim Cournoyer
2024-12-21 13:18                         ` Andreas Enge
2024-12-28 17:38                         ` Ludovic Courtès
2024-12-29  4:56                           ` Maxim Cournoyer [this message]
2024-12-20 22:07                       ` Thiago Jung Bauermann
2024-12-19 18:03                 ` Greg Hogan
2024-12-20 12:17                   ` Maxim Cournoyer
2024-12-28 17:43                     ` Ludovic Courtès
2024-12-16 10:47         ` pelzflorian (Florian Pelz)
2024-12-16 16:14           ` Ricardo Wurmus
2024-12-18 18:54       ` Vagrant Cascadian
2024-12-13 16:04   ` Simon Josefsson via Development of GNU Guix and the GNU System distribution.
2024-12-13 17:47     ` Suhail Singh
2024-12-13 20:14       ` Tomas Volf
2024-12-13 22:13         ` Suhail Singh
2024-12-14  8:59           ` Ricardo Wurmus
2024-12-14 14:23             ` Suhail Singh
2024-12-14 12:26           ` Tomas Volf
2024-12-14 14:49             ` Suhail Singh
2024-12-14  8:53     ` Ricardo Wurmus
2024-12-14 17:21       ` Splitting up Guix channel (was: On the quest for a new release model) Suhail Singh

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=87cyhbgk8c.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=code@greghogan.com \
    --cc=csantosb@inventati.org \
    --cc=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=guix-maintainers@gnu.org \
    --cc=ludo@gnu.org \
    --cc=rekado@elephly.net \
    --cc=suhailsingh247@gmail.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.