Re: [PATCH] CI: Add a test for building without CMDLINE

2024-10-27 Thread Simon Glass
Hi Tom, On Tue, 22 Oct 2024 at 19:56, Tom Rini wrote: > > On Tue, Oct 22, 2024 at 07:00:39PM +0200, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 22 Oct 2024 at 16:02, Tom Rini wrote: > > > > > > On Tue, Oct 22, 2024 at 02:16:16PM +0200, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Mon

Re: [PATCH] CI: Add a test for building without CMDLINE

2024-10-22 Thread Tom Rini
On Tue, Oct 22, 2024 at 07:00:39PM +0200, Simon Glass wrote: > Hi Tom, > > On Tue, 22 Oct 2024 at 16:02, Tom Rini wrote: > > > > On Tue, Oct 22, 2024 at 02:16:16PM +0200, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, 21 Oct 2024 at 18:50, Tom Rini wrote: > > > > > > > > On Mon, Oct 21, 20

Re: [PATCH] CI: Add a test for building without CMDLINE

2024-10-22 Thread Simon Glass
Hi Tom, On Tue, 22 Oct 2024 at 16:02, Tom Rini wrote: > > On Tue, Oct 22, 2024 at 02:16:16PM +0200, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 21 Oct 2024 at 18:50, Tom Rini wrote: > > > > > > On Mon, Oct 21, 2024 at 06:32:18PM +0200, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Mon

Re: [PATCH] CI: Add a test for building without CMDLINE

2024-10-22 Thread Tom Rini
On Tue, Oct 22, 2024 at 02:16:16PM +0200, Simon Glass wrote: > Hi Tom, > > On Mon, 21 Oct 2024 at 18:50, Tom Rini wrote: > > > > On Mon, Oct 21, 2024 at 06:32:18PM +0200, Simon Glass wrote: > > > Hi Tom, > > > > > > On Mon, Oct 21, 2024, 16:33 Tom Rini wrote: > > > > > > > > On Mon, Oct 21, 2024

Re: [PATCH] CI: Add a test for building without CMDLINE

2024-10-22 Thread Simon Glass
Hi Tom, On Mon, 21 Oct 2024 at 18:50, Tom Rini wrote: > > On Mon, Oct 21, 2024 at 06:32:18PM +0200, Simon Glass wrote: > > Hi Tom, > > > > On Mon, Oct 21, 2024, 16:33 Tom Rini wrote: > > > > > > On Mon, Oct 21, 2024 at 03:44:49PM +0200, Simon Glass wrote: > > > > > > > Something this breaks, so

Re: [PATCH] CI: Add a test for building without CMDLINE

2024-10-21 Thread Tom Rini
On Mon, Oct 21, 2024 at 06:32:18PM +0200, Simon Glass wrote: > Hi Tom, > > On Mon, Oct 21, 2024, 16:33 Tom Rini wrote: > > > > On Mon, Oct 21, 2024 at 03:44:49PM +0200, Simon Glass wrote: > > > > > Something this breaks, so add a test to keep it working. Since sandbox > > > enables a lot of optio

Re: [PATCH] CI: Add a test for building without CMDLINE

2024-10-21 Thread Simon Glass
Hi Tom, On Mon, Oct 21, 2024, 16:33 Tom Rini wrote: > > On Mon, Oct 21, 2024 at 03:44:49PM +0200, Simon Glass wrote: > > > Something this breaks, so add a test to keep it working. Since sandbox > > enables a lot of options, it is a good board to use. > > > > Signed-off-by: Simon Glass > > --- >

Re: [PATCH] CI: Add a test for building without CMDLINE

2024-10-21 Thread Tom Rini
On Mon, Oct 21, 2024 at 03:44:49PM +0200, Simon Glass wrote: > Something this breaks, so add a test to keep it working. Since sandbox > enables a lot of options, it is a good board to use. > > Signed-off-by: Simon Glass > --- > > .azure-pipelines.yml | 8 > .gitlab-ci.yml | 11

[PATCH] CI: Add a test for building without CMDLINE

2024-10-21 Thread Simon Glass
Something this breaks, so add a test to keep it working. Since sandbox enables a lot of options, it is a good board to use. Signed-off-by: Simon Glass --- .azure-pipelines.yml | 8 .gitlab-ci.yml | 11 +++ 2 files changed, 19 insertions(+) diff --git a/.azure-pipelines.