[Skiboot] [PATCH 0/6] Debian Stretch and modern GCC/binutils fixes

Stewart Smith stewart at linux.vnet.ibm.com
Thu Aug 24 17:39:42 AEST 2017


On prompting from Nick's patch series, I went to go and get Debian
Stretch be a platform I can include in the travis CI builds as one
that must pass.

It turns out a few things needed to be tweaked. So, here we are.
With this series, debian-stretch passes everything.

Stewart Smith (6):
  core/test/run-msg: don't depend on unittest mem layout
  test kernels: link with -N
  travis: Debian Stretch must pass
  travis: set -vx on all build scripts
  gcov: support GCC 7.1+
  bump skiboot size from 3 to 4MB, reduce heap by 1MB

 .travis.yml                       | 1 -
 core/gcov-profiling.c             | 5 +++++
 core/test/run-msg.c               | 2 +-
 include/mem-map.h                 | 4 ++--
 opal-ci/Dockerfile-debian-stretch | 2 --
 opal-ci/build-centos6.sh          | 1 +
 opal-ci/build-centos7.sh          | 1 +
 opal-ci/build-fedora24.sh         | 2 +-
 opal-ci/build-qemu-powernv.sh     | 1 +
 opal-ci/build-ubuntu-12.04.sh     | 1 +
 opal-ci/build-ubuntu-16.04.sh     | 1 +
 skiboot.lds.S                     | 4 ++--
 test/hello_world/Makefile.check   | 2 +-
 test/sreset_world/Makefile.check  | 2 +-
 14 files changed, 18 insertions(+), 11 deletions(-)

-- 
2.13.5



More information about the Skiboot mailing list