Add a job which builds virtiofsd without any emulation or tool. Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- https://gitlab.com/philmd/qemu/-/jobs/1222007991 Duration: 7 minutes 48 seconds --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52d65d6c04f..ba3c7ade6ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -800,6 +800,19 @@ build-libvhost-user: - meson - ninja +build-virtiofsd-fedora: + <<: *native_build_job_definition + needs: + job: amd64-fedora-container + variables: + IMAGE: fedora + CONFIGURE_ARGS: --enable-virtiofsd + --disable-system --disable-user --disable-tools --disable-docs + artifacts: + expire_in: 2 days + paths: + - build/tools/virtiofsd/virtiofsd + # No targets are built here, just tools, docs, and unit tests. This # also feeds into the eventual documentation deployment steps later build-tools-and-docs-debian: -- 2.26.3