From: "Ludovic Courtès" <ludo@gnu.org>
To: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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: Sat, 28 Dec 2024 18:38:47 +0100 [thread overview]
Message-ID: <878qrzvhaw.fsf@gnu.org> (raw)
In-Reply-To: <87bjx6y2wa.fsf@gmail.com> (Maxim Cournoyer's message of "Fri, 20 Dec 2024 21:06:45 +0900")
Hi,
Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:
> Greg Hogan <code@greghogan.com> writes:
>
>> On Wed, Dec 18, 2024 at 12:43 PM Suhail Singh <suhailsingh247@gmail.com> wrote:
>>>
>>> Suhail Singh <suhailsingh247@gmail.com> writes:
>>>
>>> > The issue, as I see it, is the time commitment required from the
>>> > release-team.
>>>
>>> Correction, the issues (IMO) are (in no particular order):
>>> 1. the timespan (several weeks)
>>> 2. uncertainty around total effort
>>> 3. amount of manual effort involved
>>>
>>> It's unclear which of the three above is the rate-limiting-step.
Of course the goal is to keep total individual effort limited, and
having several people involved can make that happen.
What this should primarily involve is keeping track of issues we want to
be fixed by time of release, and making sure that progress is made. The
“several-week commitment” phrasing is here because to keep track of
things, one should rather avoid walking away and come back two weeks
later; it doesn’t have to be a lot of work though, it’s mostly
coordination.
>> 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.
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.
> 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.
Ludo’.
next prev parent reply other threads:[~2024-12-28 17:39 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 [this message]
2024-12-29 4:56 ` Maxim Cournoyer
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=878qrzvhaw.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=code@greghogan.com \
--cc=csantosb@inventati.org \
--cc=efraim@flashner.co.il \
--cc=guix-devel@gnu.org \
--cc=guix-maintainers@gnu.org \
--cc=maxim.cournoyer@gmail.com \
--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.