mirror of
https://github.com/qemu/qemu.git
synced 2025-08-07 14:43:53 +00:00
gitlab-ci: Add KVM s390x cross-build jobs
Cross-build s390x target with only KVM accelerator enabled. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20201207131503.3858889-5-philmd@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
0cdd3b0aa4
commit
b16999a32c
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
.cross_system_build_job:
|
.cross_system_build_job:
|
||||||
stage: build
|
stage: build
|
||||||
image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest
|
image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest
|
||||||
@ -120,6 +119,12 @@ cross-s390x-user:
|
|||||||
variables:
|
variables:
|
||||||
IMAGE: debian-s390x-cross
|
IMAGE: debian-s390x-cross
|
||||||
|
|
||||||
|
cross-s390x-kvm-only:
|
||||||
|
extends: .cross_accel_build_job
|
||||||
|
variables:
|
||||||
|
IMAGE: debian-s390x-cross
|
||||||
|
ACCEL_CONFIGURE_OPTS: --disable-tcg
|
||||||
|
|
||||||
cross-win32-system:
|
cross-win32-system:
|
||||||
extends: .cross_system_build_job
|
extends: .cross_system_build_job
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user