]> git.proxmox.com Git - mirror_qemu.git/commitdiff
gitlab: Add cross-arm64-kvm-only
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 6 Jun 2023 19:53:35 +0000 (19:53 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 7 Jun 2023 15:35:24 +0000 (08:35 -0700)
We are not currently running a --disable-tcg test for arm64,
like we are for mips, ppc and s390x.  We have a job for the
native aarch64 runner, but it is not run by default and it
is not helpful for normal developer testing without access
to qemu's private runner.

Use --without-default-features to eliminate most tests.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
.gitlab-ci.d/crossbuilds.yml

index 61b8ac86ee3ec31ac7884a5e7f2dabef55ca9841..1e0e6c7f2ce0a02c9343487ea75a92075258fb6a 100644 (file)
@@ -29,6 +29,14 @@ cross-arm64-user:
   variables:
     IMAGE: debian-arm64-cross
 
+cross-arm64-kvm-only:
+  extends: .cross_accel_build_job
+  needs:
+    job: arm64-debian-cross-container
+  variables:
+    IMAGE: debian-arm64-cross
+    EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-features
+
 cross-i386-user:
   extends:
     - .cross_user_build_job