From: Alex Bennée Date: Thu, 10 Dec 2020 19:04:16 +0000 (+0000) Subject: gitlab: add --without-default-features build X-Git-Tag: v6.0.0-rc0~157^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53f41245b0cac82cccb4fa13b65033c5e34992c1;p=thirdparty%2Fqemu.git gitlab: add --without-default-features build Signed-off-by: Alex Bennée Reviewed-by: Thomas Huth Message-Id: <20201210190417.31673-8-alex.bennee@linaro.org> --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 373d80895e5..01c9e46410d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -526,6 +526,13 @@ build-without-default-devices: IMAGE: centos8 CONFIGURE_ARGS: --without-default-devices --disable-user +build-without-default-features: + <<: *native_build_job_definition + variables: + IMAGE: debian-amd64 + CONFIGURE_ARGS: --without-default-features --disable-user + MAKE_CHECK_ARGS: check-unit + check-patch: stage: build image: $CI_REGISTRY_IMAGE/qemu/centos8:latest