Re: [PATCH v2 6/6] gitlab-ci: Add FreeBSD jobs

2021-05-12 Thread Warner Losh
On Tue, May 11, 2021 at 11:37 PM Philippe Mathieu-Daudé wrote: > Add system/user emulation jobs on FreeBSD host. > > To build these jobs, you need to add a FreeBSD runner and > add 'freebsd' to the QEMU_CUSTOM_RUNNER variable in your > GitLab project. > > Signed-off-by: Philippe Mathieu-Daudé >

[PATCH v2 6/6] gitlab-ci: Add FreeBSD jobs

2021-05-11 Thread Philippe Mathieu-Daudé
Add system/user emulation jobs on FreeBSD host. To build these jobs, you need to add a FreeBSD runner and add 'freebsd' to the QEMU_CUSTOM_RUNNER variable in your GitLab project. Signed-off-by: Philippe Mathieu-Daudé --- .gitlab-ci.d/buildtest-freebsd.yml | 59 ++ .g