OSDN Git Service

.travis.yml: bump gcc sanitiser job to gcc-9
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 28 May 2019 18:13:08 +0000 (19:13 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 12 Jun 2019 16:53:22 +0000 (17:53 +0100)
commit3998c25e5368275257e2a44c483500a55510b3d0
tree53dbbd125a90a85c6096707822bb1b8e6d4edf43
parent248cf06cf2b47cda15324480cfc2bd407b4a7e15
.travis.yml: bump gcc sanitiser job to gcc-9

The toolchain PPA has it so we might as well use it. We currently have
to add:

  -Wno-error=stringop-truncation

as there are still strncpy operations in the tree operating on things
that haven't been annotated with QEMU_NONSTRING.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml