Re: [PATCH 2/2] CI: Make use of buildman requirements.txt

2023-05-04 Thread Neha Malcom Francis
Hi Tom On 04/05/23 18:32, Tom Rini wrote: On Thu, May 04, 2023 at 09:42:54AM +0530, Neha Malcom Francis wrote: Hi Tom, On 03/05/23 18:34, Tom Rini wrote: On Wed, May 03, 2023 at 11:27:20AM +0530, Neha Malcom Francis wrote: Hi Tom Thanks for these patches! On 27/04/23 01:14, Tom Rini

Re: [PATCH 2/2] CI: Make use of buildman requirements.txt

2023-05-04 Thread Tom Rini
On Thu, May 04, 2023 at 09:42:54AM +0530, Neha Malcom Francis wrote: > Hi Tom, > > On 03/05/23 18:34, Tom Rini wrote: > > On Wed, May 03, 2023 at 11:27:20AM +0530, Neha Malcom Francis wrote: > > > Hi Tom > > > > > > Thanks for these patches! > > > > > > On 27/04/23 01:14, Tom Rini wrote: > > >

Re: [PATCH 2/2] CI: Make use of buildman requirements.txt

2023-05-03 Thread Neha Malcom Francis
Hi Tom, On 03/05/23 18:34, Tom Rini wrote: On Wed, May 03, 2023 at 11:27:20AM +0530, Neha Malcom Francis wrote: Hi Tom Thanks for these patches! On 27/04/23 01:14, Tom Rini wrote: Now that buildman has a requirements.txt file we need to make use of it. Signed-off-by: Tom Rini ---

Re: [PATCH 2/2] CI: Make use of buildman requirements.txt

2023-05-03 Thread Tom Rini
On Wed, May 03, 2023 at 11:27:20AM +0530, Neha Malcom Francis wrote: > Hi Tom > > Thanks for these patches! > > On 27/04/23 01:14, Tom Rini wrote: > > Now that buildman has a requirements.txt file we need to make use of it. > > > > Signed-off-by: Tom Rini > > --- > > .azure-pipelines.yml | 3

Re: [PATCH 2/2] CI: Make use of buildman requirements.txt

2023-05-02 Thread Neha Malcom Francis
Hi Tom Thanks for these patches! On 27/04/23 01:14, Tom Rini wrote: Now that buildman has a requirements.txt file we need to make use of it. Signed-off-by: Tom Rini --- .azure-pipelines.yml | 3 +++ .gitlab-ci.yml | 4 2 files changed, 7 insertions(+) However, while trying

Re: [PATCH 2/2] CI: Make use of buildman requirements.txt

2023-04-27 Thread Simon Glass
On Wed, 26 Apr 2023 at 13:45, Tom Rini wrote: > > Now that buildman has a requirements.txt file we need to make use of it. > > Signed-off-by: Tom Rini > --- > .azure-pipelines.yml | 3 +++ > .gitlab-ci.yml | 4 > 2 files changed, 7 insertions(+) > Reviewed-by: Simon Glass

[PATCH 2/2] CI: Make use of buildman requirements.txt

2023-04-26 Thread Tom Rini
Now that buildman has a requirements.txt file we need to make use of it. Signed-off-by: Tom Rini --- .azure-pipelines.yml | 3 +++ .gitlab-ci.yml | 4 2 files changed, 7 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 76ffdeebd667..22d634f4aa7a 100644