Re: [PATCH v1 8/9] gitlab-ci.yml: Add jobs to test CFI flags

2021-03-05 Thread Philippe Mathieu-Daudé
On 3/5/21 10:23 AM, Alex Bennée wrote: > From: Daniele Buono > > QEMU has had options to enable control-flow integrity features > for a few months now. Add two sets of build/check/acceptance > jobs to ensure the binary produced is working fine. > > The three sets allow testing of x86_64 binaries

[PATCH v1 8/9] gitlab-ci.yml: Add jobs to test CFI flags

2021-03-05 Thread Alex Bennée
From: Daniele Buono QEMU has had options to enable control-flow integrity features for a few months now. Add two sets of build/check/acceptance jobs to ensure the binary produced is working fine. The three sets allow testing of x86_64 binaries for x86_64, s390x, ppc64 and aarch64 targets Signed