Re: [U-Boot] [PATCH v2 4/7] travis: Use buildman for building with clang

2019-01-10 Thread sjg
Now that buildman supports clang, use it. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v2: None .travis.yml | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) Applied to u-boot-dm ___ U-Boot mailing list U-Boot@

[U-Boot] [PATCH v2 4/7] travis: Use buildman for building with clang

2019-01-07 Thread Simon Glass
Now that buildman supports clang, use it. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- Changes in v2: None .travis.yml | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 321fd793a7..fc4d5a1d5c 100644 --- a/.travis.yml +++