[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 6/8] gitlab: enable minimal device profile for aarch64 --disable-t
|
From: |
Alex Bennée |
|
Subject: |
[PULL 6/8] gitlab: enable minimal device profile for aarch64 --disable-tcg |
|
Date: |
Wed, 10 May 2023 16:06:56 +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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Cc: Fabiano Rosas <farosas@suse.de>
Message-Id: <20230503091244.1450613-21-alex.bennee@linaro.org>
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
- [PULL 0/8] testing and misc (docker, docs, ci scripts, gitlab, avocado, Kconfig), Alex Bennée, 2023/05/10
- [PULL 1/8] tests/docker: bump the xtensa base to debian:11-slim, Alex Bennée, 2023/05/10
- [PULL 2/8] docs: document breakpoint and watchpoint support, Alex Bennée, 2023/05/10
- [PULL 4/8] scripts/ci: clean-up the 20.04/22.04 confusion in ansible, Alex Bennée, 2023/05/10
- [PULL 6/8] gitlab: enable minimal device profile for aarch64 --disable-tcg,
Alex Bennée <=
- [PULL 7/8] tests/avocado: use http for mipsdistros.mips.com, Alex Bennée, 2023/05/10
- [PULL 3/8] scripts/ci: add gitlab-runner to kvm group, Alex Bennée, 2023/05/10
- [PULL 8/8] hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine, Alex Bennée, 2023/05/10
- [PULL 5/8] gitlab: add ubuntu-22.04-aarch64-without-defaults, Alex Bennée, 2023/05/10
- Re: [PULL 0/8] testing and misc (docker, docs, ci scripts, gitlab, avocado, Kconfig), Richard Henderson, 2023/05/10