[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 20/22] gitlab: enable minimal device profoile for aarch64 --disab
From: |
Alex Bennée |
Subject: |
[PATCH 20/22] gitlab: enable minimal device profoile for aarch64 --disable-tcg |
Date: |
Wed, 3 May 2023 10:12:42 +0100 |
As this is likely the most common configuration people will want once
the --disable-tcg patches land.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Fabiano Rosas <farosas@suse.de>
---
.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
b/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
index f8489dd3fc..374b0956c3 100644
--- a/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
+++ b/.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
@@ -145,7 +145,7 @@ ubuntu-22.04-aarch64-notcg:
script:
- mkdir build
- cd build
- - ../configure --disable-tcg
+ - ../configure --disable-tcg --with-devices-aarch64=minimal
|| { cat config.log meson-logs/meson-log.txt; exit 1; }
- make --output-sync -j`nproc --ignore=40`
- make --output-sync -j`nproc --ignore=40` check
--
2.39.2
- [PATCH 17/22] hw/xtensa: add VIRTIO as dependencies for XTENSA_VIRT, (continued)
- [PATCH 17/22] hw/xtensa: add VIRTIO as dependencies for XTENSA_VIRT, Alex Bennée, 2023/05/03
- [PATCH 13/22] hw/sparc: add a TCX dependency for SUN4M machines, Alex Bennée, 2023/05/03
- [PATCH 21/22] tests/avocado: use http for mipsdistros.mips.com, Alex Bennée, 2023/05/03
- [PATCH 16/22] hw/mips: add VIRTIO and USB dependencies for LOONGSON3V, Alex Bennée, 2023/05/03
- [PATCH 20/22] gitlab: enable minimal device profoile for aarch64 --disable-tcg,
Alex Bennée <=
- [PATCH 22/22] tests/qtest: skip bcm2835-test if no raspi3b model, Alex Bennée, 2023/05/03