]> git.proxmox.com Git - mirror_qemu.git/commitdiff
gitlab: build the correct microblaze target
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Dec 2023 09:36:32 +0000 (09:36 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Dec 2023 17:47:20 +0000 (17:47 +0000)
We inadvertently built the LE target for BE tests.

Fixes: 78ebc00b06 (gitlab: shuffle some targets and reduce avocado noise)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231201093633.2551497-7-alex.bennee@linaro.org>

.gitlab-ci.d/buildtest.yml

index 7f9af83b1030abb4a4349954640c8cbaca5fc869..62b5379a5e08322e5d1c8feb950afa10ce723e38 100644 (file)
@@ -41,7 +41,7 @@ build-system-ubuntu:
   variables:
     IMAGE: ubuntu2204
     CONFIGURE_ARGS: --enable-docs
-    TARGETS: alpha-softmmu microblazeel-softmmu mips64el-softmmu
+    TARGETS: alpha-softmmu microblaze-softmmu mips64el-softmmu
     MAKE_CHECK_ARGS: check-build
 
 check-system-ubuntu: