Re: [PATCH] buildman: Add gcc-11.1.0 to the directory list

2021-10-21 Thread Simon Glass
On Thu, Oct 14, 2021 at 07:25:24PM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 14 Oct 2021 at 19:12, Tom Rini wrote: > > > > On Thu, Oct 14, 2021 at 07:05:33PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Tue, 5 Oct 2021 at 10:20, Tom Rini wrote: > > > > > > > > While CI has been

Re: [PATCH] buildman: Add gcc-11.1.0 to the directory list

2021-10-14 Thread Tom Rini
On Thu, Oct 14, 2021 at 07:25:24PM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 14 Oct 2021 at 19:12, Tom Rini wrote: > > > > On Thu, Oct 14, 2021 at 07:05:33PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Tue, 5 Oct 2021 at 10:20, Tom Rini wrote: > > > > > > > > While CI has been

Re: [PATCH] buildman: Add gcc-11.1.0 to the directory list

2021-10-14 Thread Simon Glass
Hi Tom, On Thu, 14 Oct 2021 at 19:12, Tom Rini wrote: > > On Thu, Oct 14, 2021 at 07:05:33PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 5 Oct 2021 at 10:20, Tom Rini wrote: > > > > > > While CI has been using gcc-11.1.0 for a long time, we have not updated > > > buildman to match.

Re: [PATCH] buildman: Add gcc-11.1.0 to the directory list

2021-10-14 Thread Tom Rini
On Thu, Oct 14, 2021 at 07:05:33PM -0600, Simon Glass wrote: > Hi Tom, > > On Tue, 5 Oct 2021 at 10:20, Tom Rini wrote: > > > > While CI has been using gcc-11.1.0 for a long time, we have not updated > > buildman to match. Correct this omission. > > > > Signed-off-by: Tom Rini > > --- > >

Re: [PATCH] buildman: Add gcc-11.1.0 to the directory list

2021-10-14 Thread Simon Glass
Hi Tom, On Tue, 5 Oct 2021 at 10:20, Tom Rini wrote: > > While CI has been using gcc-11.1.0 for a long time, we have not updated > buildman to match. Correct this omission. > > Signed-off-by: Tom Rini > --- > tools/buildman/toolchain.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] buildman: Add gcc-11.1.0 to the directory list

2021-10-05 Thread Tom Rini
While CI has been using gcc-11.1.0 for a long time, we have not updated buildman to match. Correct this omission. Signed-off-by: Tom Rini --- tools/buildman/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/buildman/toolchain.py