[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aXKBM9mmf3VPUgyO@levanger>
Date: Thu, 22 Jan 2026 20:57:39 +0100
From: Nicolas Schier <nsc@...nel.org>
To: Nathan Chancellor <nathan@...nel.org>
Cc: Guillaume Tucker <gtucker@...cker.io>,
Onur Özkan <work@...rozkan.dev>,
Miguel Ojeda <ojeda@...nel.org>, David Gow <davidgow@...gle.com>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org,
rust-for-linux@...r.kernel.org, linux-kbuild@...r.kernel.org,
automated-testing@...ts.yoctoproject.org, workflows@...r.kernel.org,
llvm@...ts.linux.dev
Subject: Re: [PATCH v4 1/2] scripts: add tool to run containerized builds
On Thu, Jan 22, 2026 at 11:49:39AM -0700, Nathan Chancellor wrote:
> On Thu, Jan 22, 2026 at 03:59:54PM +0100, Guillaume Tucker wrote:
> > --- a/scripts/container
> > +++ b/scripts/container
> > @@ -120,7 +120,7 @@ class Runtimes:
> > if not runtime.is_present():
> > raise ValueError(f"runtime not found: {name}")
> > return runtime
> > - raise ValueError(f"unknown runtime: {runtime}")
> > + raise ValueError(f"unknown runtime: {name}")
> >
> > @classmethod
> > def find(cls):
> >
> >
> > Nathan, would you be OK with folding this in or should I send a v5?
>
> I can fold that in, thanks.
>
> I will carry forward Nicolas's ack and testing tags from v3, as this
> revision is not substantially different from what he looked at and
> tested.
thanks!
Kind regards,
Nicolas
Powered by blists - more mailing lists