diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2023-05-02 17:20:46 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2023-05-10 16:02:06 +0100 |
| commit | 2cf72cb5eb690b55974b4ace5ee42c22ace3fa8e (patch) | |
| tree | 0f984968be8d2198e032dac7e186be6aa004e594 | |
| parent | eb8d413f7fafde8bc921b9a27a03fe7269f9c9c1 (diff) | |
| download | focaccia-qemu-2cf72cb5eb690b55974b4ace5ee42c22ace3fa8e.tar.gz focaccia-qemu-2cf72cb5eb690b55974b4ace5ee42c22ace3fa8e.zip | |
gitlab: enable minimal device profile for aarch64 --disable-tcg
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>
| -rw-r--r-- | .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |