Skip to content
Snippets Groups Projects
Commit 2cf72cb5 authored by Alex Bennée's avatar Alex Bennée
Browse files

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: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Cc: Fabiano Rosas <farosas@suse.de>
Message-Id: <20230503091244.1450613-21-alex.bennee@linaro.org>
parent eb8d413f
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment