[Skiboot] [PATCH 1/3] travis: Add ubuntu-latest to the xfail list
Joel Stanley
joel at jms.id.au
Wed Dec 12 13:53:20 AEDT 2018
On Wed, 12 Dec 2018 at 13:04, Joel Stanley <joel at jms.id.au> wrote:
>
> Until the linker script is updated to allow a gcc 8.2 GCOV build to
> succceed we expect the gcov portion of the skiboot build to fail.
>
> Tracked in https://github.com/open-power/skiboot/issues/206
I think we should drop this one in favour of skipping the gcov build,
as we do in Fedora 28. I will send an updated series.
>
> Signed-off-by: Joel Stanley <joel at jms.id.au>
> ---
> .travis.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index a77aa147993e..75f40bc639e6 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -27,6 +27,7 @@ matrix:
> allow_failures:
> - env: RUN_ON_CONTAINER=fedora-rawhide
> - env: RUN_ON_CONTAINER=debian-unstable
> + - env: RUN_ON_CONTAINER=ubuntu-latest
> exclude:
> - os: linux-ppc64le
> env: RUN_ON_CONTAINER=ubuntu-12.04
> --
> 2.19.1
>
More information about the Skiboot
mailing list