[PATCH] travis: Enable ppc64le Travis builds

Samuel Mendoza-Jonas sam at mendozajonas.com
Tue May 1 10:21:51 AEST 2018


On Mon, 2018-04-30 at 17:29 +1000, Andrew Donnellan wrote:
> From: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
> 
> Travis now supports building on ppc64le. Given that Power machines are
> currently the largest use case of petitboot, it seems appropriate that we
> enable this.
> 
> Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>

Cheers, merged as 9a5c9c9

> ---
>  .travis.yml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 4ba95f44678a..1b82a1ad3943 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -2,6 +2,9 @@ language: c
>  
>  sudo: required
>  dist: trusty
> +os:
> + - linux
> + - linux-ppc64le
>  
>  before_install:
>   - sudo apt-get -qq update



More information about the Petitboot mailing list