Re: [PATCH 1/1] gitlab-ci: Add KVM x86 cross-build jobs

2021-05-11 Thread Philippe Mathieu-Daudé
On 5/12/21 6:57 AM, Thomas Huth wrote: > On 12/05/2021 06.42, Philippe Mathieu-Daudé wrote: >> Add a new job to cross-build the x86 target without the >> TCG/XEN accelerators (IOW: only KVM accelerator enabled). >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >>   .gitlab-ci.d/crossbuilds.yml

Re: [PATCH 1/1] gitlab-ci: Add KVM x86 cross-build jobs

2021-05-11 Thread Thomas Huth
On 12/05/2021 06.42, Philippe Mathieu-Daudé wrote: Add a new job to cross-build the x86 target without the TCG/XEN accelerators (IOW: only KVM accelerator enabled). Signed-off-by: Philippe Mathieu-Daudé --- .gitlab-ci.d/crossbuilds.yml | 8 1 file changed, 8 insertions(+) diff