On 3/5/21 10:23 AM, Alex Bennée wrote: > From: Daniele Buono <dbu...@linux.vnet.ibm.com> > > 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-off-by: Daniele Buono <dbu...@linux.vnet.ibm.com> > Message-Id: <20210304030948.9367-3-dbu...@linux.vnet.ibm.com> > [AJB: tweak job names to avoid brands] > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > .gitlab-ci.yml | 119 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 119 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>