[Skiboot] [PATCH 0/7] Build fixes for GCC8 / Fedora 28
Stewart Smith
stewart at linux.ibm.com
Tue May 29 16:18:03 AEST 2018
So, I updated my laptop to fedora 28 and then did a clean build.
Naturally, this led to me having to fix things. Doh.
Stewart Smith (7):
hdata/tests/stubs.c: fix GCC8 warning
core/test/run_mem_region: fix GCC8 compile error
hdata/spira.c: fix iplparams feature name string handling
hdata/i2c.c: fix building with gcc8
Add -Wno-stringop-truncation for GCC8
travis: add fedora28
test/qemu: skip qemu test if 'old' qemu without PCR
.travis.yml | 1 +
Makefile.main | 1 +
core/test/run-mem_region_init.c | 2 +-
core/test/run-mem_region_release_unused.c | 2 +-
core/test/run-mem_region_release_unused_noalloc.c | 2 +-
external/gard/rules.mk | 2 +-
hdata/i2c.c | 2 +-
hdata/spira.c | 4 +++-
hdata/test/stubs.c | 4 ++--
opal-ci/Dockerfile-fedora28 | 7 +++++++
test/run_qemu-jessie-debian-installer_boot_test.sh | 7 +++++++
test/run_qemu_boot_test.sh | 7 +++++++
12 files changed, 33 insertions(+), 8 deletions(-)
create mode 100644 opal-ci/Dockerfile-fedora28
--
2.17.0
More information about the Skiboot
mailing list