[Skiboot] [PATCH 1/3] travis: Add ubuntu-latest to the xfail list
Joel Stanley
joel at jms.id.au
Wed Dec 12 13:34:00 AEDT 2018
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 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