
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 trini@konsulko.com
.azure-pipelines.yml | 3 +++ .gitlab-ci.yml | 4 ++++ 2 files changed, 7 insertions(+)
However, while trying to ensure CI/CD coverage, I'm running into this " error 'No module named 'jsonschema'" for am62ax [1], any idea why after building successfully for other devices?
[1] https://dev.azure.com/u-boot/u-boot/_build/results?buildId=6236&view=log...
o
We need to have the requirements.txt file installed in any job that's using this part of binman now and I guess my patch above wasn't complete? I didn't fully check what happened on Azure due to the other problems (ie iot2050 boards not building).