Message ID | 20181212023402.715-2-joel@jms.id.au |
---|---|
State | Superseded |
Headers | show |
Series | CI Updates | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | master/apply_patch Successfully applied |
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot | success | Test snowpatch/job/snowpatch-skiboot on branch master |
On Wed, 12 Dec 2018 at 13:04, Joel Stanley <joel@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@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 >
Joel Stanley <joel@jms.id.au> writes: > On Wed, 12 Dec 2018 at 13:04, Joel Stanley <joel@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. I like ensuring it continues to work... I've been meaning to set up some automated CI that pulls out code coverage with it. Mind you, the number of times I've fixed it is roughly the same as the number of times I've used it :)
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
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 Signed-off-by: Joel Stanley <joel@jms.id.au> --- .travis.yml | 1 + 1 file changed, 1 insertion(+)