Re: [U-Boot] [PATCH] travis: Rework how we write the ~/.buildman file

2019-11-05 Thread Tom Rini
On Tue, Nov 05, 2019 at 03:56:29PM -0500, Tom Rini wrote: > With python3 we're now tripping over a long-standing problem with how we > add to the buildman file with some toolchains. We cannot have multiple > toolchain-alias sections as that leads to a parse error. > > Signed-off-by: Tom Rini A

[U-Boot] [PATCH] travis: Rework how we write the ~/.buildman file

2019-11-05 Thread Tom Rini
With python3 we're now tripping over a long-standing problem with how we add to the buildman file with some toolchains. We cannot have multiple toolchain-alias sections as that leads to a parse error. Signed-off-by: Tom Rini --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletio