diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2025-02-02 18:37:22 -0800 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2025-02-08 12:41:33 -0800 |
commit | 35aae9d24c060f5de2cfb3511359818a41e383b1 (patch) | |
tree | ef525d55c314f4ada315d4417b1f1a2f71138ca5 | |
parent | 83ef486aeb18c9bb262ccd72c63ad21e5ac56ff3 (diff) | |
download | qemu-35aae9d24c060f5de2cfb3511359818a41e383b1.zip qemu-35aae9d24c060f5de2cfb3511359818a41e383b1.tar.gz qemu-35aae9d24c060f5de2cfb3511359818a41e383b1.tar.bz2 |
gitlab-ci: Replace aarch64 with arm in cross-i686-tci build
Configuration of 64-bit host on 32-bit guest will shortly
be denied. Use a 32-bit guest instead.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r-- | .gitlab-ci.d/crossbuilds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml index 95dfc39..7ae0f96 100644 --- a/.gitlab-ci.d/crossbuilds.yml +++ b/.gitlab-ci.d/crossbuilds.yml @@ -61,7 +61,7 @@ cross-i686-tci: variables: IMAGE: debian-i686-cross ACCEL: tcg-interpreter - EXTRA_CONFIGURE_OPTS: --target-list=i386-softmmu,i386-linux-user,aarch64-softmmu,aarch64-linux-user,ppc-softmmu,ppc-linux-user --disable-plugins --disable-kvm + EXTRA_CONFIGURE_OPTS: --target-list=i386-softmmu,i386-linux-user,arm-softmmu,arm-linux-user,ppc-softmmu,ppc-linux-user --disable-plugins --disable-kvm # Force tests to run with reduced parallelism, to see whether this # reduces the flakiness of this CI job. The CI # environment by default shows us 8 CPUs and so we |